Search Results for

    Show / Hide Table of Contents

    Class AttributeDefinition

    Represents attribute definition data JSON

    Inheritance
    System.Object
    AttributeDefinition
    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: Quark.CMSAdapters.QPP.Services.Data
    Assembly: Quark.CMSAdapters.QPP.dll
    Syntax
    public class AttributeDefinition

    Constructors

    AttributeDefinition()

    Declaration
    public AttributeDefinition()

    Properties

    booleanValuePreferences

    Declaration
    public object booleanValuePreferences { get; set; }
    Property Value
    Type Description
    System.Object

    constraintsChangeable

    Declaration
    public bool constraintsChangeable { get; set; }
    Property Value
    Type Description
    System.Boolean

    created

    Declaration
    public string created { get; set; }
    Property Value
    Type Description
    System.String

    creator

    Declaration
    public long creator { get; set; }
    Property Value
    Type Description
    System.Int64

    dateTimeValuePreferences

    Declaration
    public object dateTimeValuePreferences { get; set; }
    Property Value
    Type Description
    System.Object

    dateValuePreferences

    Declaration
    public object dateValuePreferences { get; set; }
    Property Value
    Type Description
    System.Object

    displayable

    Declaration
    public bool displayable { get; set; }
    Property Value
    Type Description
    System.Boolean

    domainValueListPreferences

    Declaration
    public object domainValueListPreferences { get; set; }
    Property Value
    Type Description
    System.Object

    domainValuePreferences

    Declaration
    public object domainValuePreferences { get; set; }
    Property Value
    Type Description
    System.Object

    id

    Declaration
    public long id { get; set; }
    Property Value
    Type Description
    System.Int64

    lastModified

    Declaration
    public string lastModified { get; set; }
    Property Value
    Type Description
    System.String

    lastModifier

    Declaration
    public long lastModifier { get; set; }
    Property Value
    Type Description
    System.Int64

    limitedAccess

    Declaration
    public bool limitedAccess { get; set; }
    Property Value
    Type Description
    System.Boolean

    limitedAccessChangeable

    Declaration
    public bool limitedAccessChangeable { get; set; }
    Property Value
    Type Description
    System.Boolean

    measurementValuePreferences

    Declaration
    public object measurementValuePreferences { get; set; }
    Property Value
    Type Description
    System.Object

    modificationLevel

    Declaration
    public int modificationLevel { get; set; }
    Property Value
    Type Description
    System.Int32

    multiValued

    Declaration
    public bool multiValued { get; set; }
    Property Value
    Type Description
    System.Boolean

    name

    Declaration
    public string name { get; set; }
    Property Value
    Type Description
    System.String

    numericValuePreferences

    Declaration
    public object numericValuePreferences { get; set; }
    Property Value
    Type Description
    System.Object

    queryable

    Declaration
    public bool queryable { get; set; }
    Property Value
    Type Description
    System.Boolean

    textValuePreferences

    Declaration
    public object textValuePreferences { get; set; }
    Property Value
    Type Description
    System.Object

    timeValuePreferences

    Declaration
    public object timeValuePreferences { get; set; }
    Property Value
    Type Description
    System.Object

    userDefined

    Declaration
    public bool userDefined { get; set; }
    Property Value
    Type Description
    System.Boolean

    valuePreferencesChangeable

    Declaration
    public bool valuePreferencesChangeable { get; set; }
    Property Value
    Type Description
    System.Boolean

    valueType

    Declaration
    public int valueType { get; set; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.