<Type Name="SatelliteResourceMismatchRule" FullName="Gendarme.Rules.Globalization.SatelliteResourceMismatchRule">
  <TypeSignature Language="C#" Value="public sealed class SatelliteResourceMismatchRule : Gendarme.Framework.Rule, Gendarme.Framework.IAssemblyRule" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit SatelliteResourceMismatchRule extends Gendarme.Framework.Rule implements class Gendarme.Framework.IAssemblyRule, class Gendarme.Framework.IRule" />
  <AssemblyInfo>
    <AssemblyName>Gendarme.Rules.Globalization</AssemblyName>
    <AssemblyVersion>2.11.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>Gendarme.Framework.Rule</BaseTypeName>
  </Base>
  <Interfaces>
    <Interface>
      <InterfaceName>Gendarme.Framework.IAssemblyRule</InterfaceName>
    </Interface>
  </Interfaces>
  <Attributes>
    <Attribute>
      <AttributeName>Gendarme.Framework.Problem("A satellite assembly have a resource which does not match correctly with a main assembly resource.")</AttributeName>
    </Attribute>
    <Attribute>
      <AttributeName>Gendarme.Framework.Solution("Remove or fix the resource in the satellite assemby.")</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>
            A satellite assembly have a resource which does not match with a main assembly resource.
            Either :
            	* The resource doesn't exist in the main assembly and should be removed from the satellite assembly.
            	* The resource is not of the same type in the main and satellite assembly. The satellite one should be fixed.
            	* The satellite string resource does not have the same string.Format parameters than the main assembly. The satellite one should be fixed.
            </summary>
    <remarks>
            The satellites assemblies are searched in the subdirectories of the main assembly location.
            </remarks>
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public SatelliteResourceMismatchRule ();" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
      <MemberType>Constructor</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.11.0.0</AssemblyVersion>
      </AssemblyInfo>
      <Parameters />
      <Docs>
        <summary>To be added.</summary>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
    <Member MemberName="CheckAssembly">
      <MemberSignature Language="C#" Value="public Gendarme.Framework.RuleResult CheckAssembly (Mono.Cecil.AssemblyDefinition assembly);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance valuetype Gendarme.Framework.RuleResult CheckAssembly(class Mono.Cecil.AssemblyDefinition assembly) cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.11.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>Gendarme.Framework.RuleResult</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="assembly" Type="Mono.Cecil.AssemblyDefinition" />
      </Parameters>
      <Docs>
        <param name="assembly">To be added.</param>
        <summary>To be added.</summary>
        <returns>To be added.</returns>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
  </Members>
</Type>
