Class LogicalRelationLocalizer
Class representing localizations for logical relations.
Inheritance
System.Object
LogicalRelationLocalizer
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 LogicalRelationLocalizer : PermissionedElementLocalizer
Constructors
LogicalRelationLocalizer(String)
Initializes a new instance of the LogicalRelationLocalizer class.
Declaration
public LogicalRelationLocalizer(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the logical relation this localization is for. |
LogicalRelationLocalizer(LogicalRelationLocalizer)
Initializes a new instance of the LogicalRelationLocalizer class. Copy Constructor.
Declaration
public LogicalRelationLocalizer(LogicalRelationLocalizer source)
Parameters
Type | Name | Description |
---|---|---|
LogicalRelationLocalizer | source | the source to copy from. |
Methods
Accept(LocalizerVisitor)
accepts a visitor.
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. |