Class EntityViewLocalizer
class representing localization information for entity views.
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 EntityViewLocalizer : PermissionedElementLocalizer
Constructors
EntityViewLocalizer(String)
Initializes a new instance of the EntityViewLocalizer class.
Declaration
public EntityViewLocalizer(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the entity view. |
EntityViewLocalizer(EntityViewLocalizer)
Initializes a new instance of the EntityViewLocalizer class. Copy Constructs.
Declaration
public EntityViewLocalizer(EntityViewLocalizer source)
Parameters
Type | Name | Description |
---|---|---|
EntityViewLocalizer | source | the source to copy from. |
Methods
Accept(LocalizerVisitor)
Accepts a visitor, dispatches to the corresponding Visit(EntityViewLocalizer) method.
Declaration
public override void Accept(LocalizerVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
LocalizerVisitor | visitor | the visitor to accept. |
Overrides
Clone()
clones this instances.
Declaration
public override ModelElementLocalizer Clone()
Returns
Type | Description |
---|---|
ModelElementLocalizer | Returns a copy-constructed instance of itself. |