Class DistinctCultureCollectVisitor
visitor collection the distinct cultures in a localizer hierarchy.
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 DistinctCultureCollectVisitor : LocalizerVisitorBase
Constructors
DistinctCultureCollectVisitor()
Declaration
public DistinctCultureCollectVisitor()
Properties
Cultures
Gets the list of distinct cultures found.
Declaration
public IEnumerable<string> Cultures { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Methods
Visit(StringLocalizer)
visits string localizers.
Declaration
public override void Visit(StringLocalizer stringLocalizer)
Parameters
Type | Name | Description |
---|---|---|
StringLocalizer | stringLocalizer | the string localizer to visit. |