Class ActionLocalizer
class representing localization information for an action.
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 ActionLocalizer : PermissionedElementLocalizer
Constructors
ActionLocalizer(String)
Initializes a new instance of the ActionLocalizer class.
Declaration
public ActionLocalizer(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the action the localization information is for. |
ActionLocalizer(ActionLocalizer)
Initializes a new instance of the ActionLocalizer class.
Declaration
public ActionLocalizer(ActionLocalizer source)
Parameters
Type | Name | Description |
---|---|---|
ActionLocalizer | source | the source to copy-construct from. |
Methods
Accept(LocalizerVisitor)
accepts a visitor, dispatches the corresponding visit call.
Declaration
public override void Accept(LocalizerVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
LocalizerVisitor | visitor | the visitor to accept. |
Overrides
Clone()
clones this instance.
Declaration
public override ModelElementLocalizer Clone()
Returns
Type | Description |
---|---|
ModelElementLocalizer | Returns a copy-constructed instance of itself. |