Search Results for

    Show / Hide Table of Contents

    Class LocalizedProperty

    Represents a localized TextProperty with all its localizations.

    Inheritance
    System.Object
    LocalizedProperty
    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
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class LocalizedProperty

    Constructors

    LocalizedProperty(LocalizedValueCollection)

    Initializes a new instance of the LocalizedProperty class.

    Declaration
    public LocalizedProperty(LocalizedValueCollection lvc)
    Parameters
    Type Name Description
    LocalizedValueCollection lvc

    A collection of localized values for a property of an EntityObject.

    Properties

    Localizations

    Gets the localizations for the given TextProperty.

    Declaration
    public LocalizedValueCollection Localizations { get; }
    Property Value
    Type Description
    LocalizedValueCollection

    Property

    Gets or sets the localized property.

    Declaration
    public TextProperty Property { get; set; }
    Property Value
    Type Description
    TextProperty
    In This Article
    Back to top Copyright © 2020 software architects gmbh