Search Results for

    Show / Hide Table of Contents

    Class NamedSetDefinitionLocalizer

    class holding localization information for a NamedSetDefinition

    Inheritance
    System.Object
    ModelElementLocalizer
    NamedSetDefinitionLocalizer
    Inherited Members
    ModelElementLocalizer.MergeFrom(ModelElementLocalizer)
    ModelElementLocalizer.RemoveLocalizations()
    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 NamedSetDefinitionLocalizer : ModelElementLocalizer

    Constructors

    NamedSetDefinitionLocalizer(String)

    Initializes a new instance of the NamedSetDefinitionLocalizer class.

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

    the name of the named set.

    NamedSetDefinitionLocalizer(NamedSetDefinitionLocalizer)

    Initializes a new instance of the NamedSetDefinitionLocalizer class.

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

    Clone()

    clones this instance.

    Declaration
    public override ModelElementLocalizer Clone()
    Returns
    Type Description
    ModelElementLocalizer

    Returns a clone of this instance.

    Overrides
    ModelElementLocalizer.Clone()

    Extension Methods

    ClearDirtyFlagVisitorHelper.ClearDirtyFlag(ModelElementLocalizer)
    DistinctCultureCollectVisitorHelper.GetCultures(ModelElementLocalizer)
    In This Article
    Back to top Copyright © 2020 software architects gmbh