NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Represents a list of Entity. More...
Public Member Functions | |
EntityList (List< Entity > entities) | |
Initializes a new instance of Entity. More... | |
IEnumerator< Entity > | GetEnumerator () |
Returns an enumerator that iterates through the list. More... | |
Public Member Functions inherited from NuxeoClient.Wrappers.Entity | |
Entity () | |
Initializes a new instance of Entity. More... | |
Properties | |
int | Count [get] |
Gets the number of items in the list. More... | |
Entity | this[int index] [get] |
Returns the Entity object in the position specified by index in the list. More... | |
Properties inherited from NuxeoClient.Wrappers.Entity | |
string | EntityType [get, set] |
Gets the entity type. More... | |
Represents a list of Entity.
Definition at line 27 of file EntityList.cs.
NuxeoClient.Wrappers.EntityList.EntityList | ( | List< Entity > | entities | ) |
Initializes a new instance of Entity.
entities | A list of Entity to be included. |
Definition at line 61 of file EntityList.cs.
IEnumerator<Entity> NuxeoClient.Wrappers.EntityList.GetEnumerator | ( | ) |
Returns an enumerator that iterates through the list.
Definition at line 70 of file EntityList.cs.
|
get |
Gets the number of items in the list.
Definition at line 36 of file EntityList.cs.
|
get |
Returns the Entity object in the position specified by index in the list.
index | The index. |
Definition at line 50 of file EntityList.cs.