Search Results for

    Show / Hide Table of Contents

    Class ObjectItem

    A single object

    Inheritance
    object
    ObjectItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class ObjectItem

    Properties

    Obj

    The single object

    Declaration
    [JsonPropertyName("obj")]
    public ScopedObject Obj { get; set; }
    Property Value
    Type Description
    ScopedObject

    Refs

    The list of referred objects

    Declaration
    [JsonPropertyName("refs")]
    public IList<ScopedObject> Refs { get; set; }
    Property Value
    Type Description
    IList<ScopedObject>
    In this article
    Back to top Version 6.1.0.21rc