Search Results for

    Show / Hide Table of Contents

    Class AssetRelation

    Represents asset relation data JSON

    Inheritance
    System.Object
    AssetRelation
    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 AssetRelation

    Constructors

    AssetRelation()

    Declaration
    public AssetRelation()

    Properties

    childAssetId

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

    childAssetVersion

    Declaration
    public AssetVersion childAssetVersion { get; set; }
    Property Value
    Type Description
    AssetVersion

    id

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

    lockedToChildVersion

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

    parentAssetId

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

    relationAttributes

    Declaration
    public AttributeValue[] relationAttributes { get; set; }
    Property Value
    Type Description
    AttributeValue[]

    relationState

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

    relationTypeId

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

    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.