Class CollectDirtyCulturesVisitor
visitor finding the cultures which where marked as dirty.
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 CollectDirtyCulturesVisitor : LocalizerVisitorBase
Constructors
CollectDirtyCulturesVisitor()
Declaration
public CollectDirtyCulturesVisitor()
Properties
DirtyCultures
Gets the dirty cultures.
Declaration
public IEnumerable<string> DirtyCultures { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> |
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. |