Class ClearDirtyFlagVisitor
visitor clearing the dirty flag on StringLocalizer instances.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.Localization.Default
Assembly: TimeCockpit.Data.dll
Syntax
public class ClearDirtyFlagVisitor : LocalizerVisitorBase
Constructors
ClearDirtyFlagVisitor()
Declaration
public ClearDirtyFlagVisitor()
Methods
Visit(StringLocalizer)
Visits a string localizer.
Declaration
public override void Visit(StringLocalizer stringLocalizer)
Parameters
Type | Name | Description |
---|---|---|
StringLocalizer | stringLocalizer | the string localizer to visit. |