Search Results for

    Show / Hide Table of Contents

    Class PropertyLocalizer

    Class representing localizations for properties.

    Inheritance
    System.Object
    ModelElementLocalizer
    PermissionedElementLocalizer
    PropertyLocalizer
    Inherited Members
    PermissionedElementLocalizer.MergeFrom(ModelElementLocalizer)
    PermissionedElementLocalizer.RemoveLocalizations()
    PermissionedElementLocalizer.Permissions
    ModelElementLocalizer.Name
    ModelElementLocalizer.FriendlyName
    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 PropertyLocalizer class.

    Declaration
    public PropertyLocalizer(string name)
    Parameters
    Type Name Description
    System.String name

    the name of the property this localization is for.

    PropertyLocalizer(PropertyLocalizer)

    Initializes a new instance of the PropertyLocalizer class. Copy Constructor.

    Declaration
    public PropertyLocalizer(PropertyLocalizer source)
    Parameters
    Type Name Description
    PropertyLocalizer 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
    PermissionedElementLocalizer.Accept(LocalizerVisitor)

    Clone()

    clones this instances.

    Declaration
    public override ModelElementLocalizer Clone()
    Returns
    Type Description
    ModelElementLocalizer

    Returns a copy-constructed instance of itself.

    Overrides
    ModelElementLocalizer.Clone()

    Extension Methods

    ClearDirtyFlagVisitorHelper.ClearDirtyFlag(ModelElementLocalizer)
    DistinctCultureCollectVisitorHelper.GetCultures(ModelElementLocalizer)
    In This Article
    • Constructors
      • PropertyLocalizer(String)
      • PropertyLocalizer(PropertyLocalizer)
    • Methods
      • Accept(LocalizerVisitor)
      • Clone()
    • Extension Methods
    Back to top Copyright © 2020 software architects gmbh