Class ObjectItem
A single object
Inheritance
System.Object
ObjectItem
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class ObjectItem : object
Properties
Obj
The single object
Declaration
public ScopedObject Obj { get; set; }
Property Value
Type | Description |
---|---|
ScopedObject |
Refs
The list of referred objects
Declaration
public System.Collections.Generic.IList<ScopedObject> Refs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ScopedObject> |