Class PropertyLocalizer
Class representing localizations for properties.
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 PropertyLocalizer : PermissionedElementLocalizer
Constructors
PropertyLocalizer(String)
Initializes a new instance of the Property
Declaration
public PropertyLocalizer(string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | the name of the property this localization is for. |
PropertyLocalizer(PropertyLocalizer)
Initializes a new instance of the Property
Declaration
public PropertyLocalizer(PropertyLocalizer source)
Parameters
Type | Name | Description |
---|---|---|
Property |
source | the source to copy from. |
Methods
Accept(LocalizerVisitor)
accepts a visitor.
Declaration
public override void Accept(LocalizerVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
Localizer |
visitor | the visitor to accept. |
Overrides
Clone()
clones this instances.
Declaration
public override ModelElementLocalizer Clone()
Returns
Type | Description |
---|---|
Model |
Returns a copy-constructed instance of itself. |