Class CustomObjectSet
Represents a set of custom entities and lists,
including their items and indices.
Inheritance
CustomObjectSet
Assembly: LemonEdge.API.dll
Syntax
public class CustomObjectSet
Constructors
CustomObjectSet()
Declaration
Properties
Items
Declaration
public Dictionary<ICustomObject, CustomObjectColumnIndices> Items { get; set; }
Property Value
ListItems
Declaration
public Dictionary<ICustomList, IEnumerable<ICustomListItem>> ListItems { get; set; }
Property Value
Extension Methods