This interface represents a collection defined in an Agentry application.
Public Interface IAgentryCollectionImplements IAgentryData
public interface IAgentryCollection : IAgentryData
All members of IAgentryCollection, including inherited members.
Inherited members from IAgentryDataModifier and Type | Member | Description |
---|---|---|
public IAgentryData | Ancestor | The parent object of this object. |
public List< IAgentryCollection > | Collections() | Return a list of collections contained by this object. |
public AgentryDataType | DataType | Return the type of this object as defined in the Editor. |
public IAgentryData | Descendant(int) | Return a specific data item that's owned by this object. |
public int | DescendantCount | Return the number of data items owned by this object. |
public string | DisplayName | Return the display name of this object as specified in the Editor. |
public string | InternalName | Return the internal name of this object as specified in the Editor. |
public List< IAgentryObject > | Objects() | Return a list of objects contained by this object. |
public List< IAgentryProperty > | Properties() | Return a list of properties owned by this object. |
public IAgentryData | Root | The root object in the data tree for an Agentry module. |