NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Public Member Functions | Properties | List of all members
NuxeoClient.Wrappers.EntityList Class Reference

Represents a list of Entity. More...

Public Member Functions

 EntityList (List< Entity > entities)
 Initializes a new instance of Entity. More...
 
IEnumerator< EntityGetEnumerator ()
 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...
 

Detailed Description

Represents a list of Entity.

Definition at line 27 of file EntityList.cs.

Inheritance diagram for NuxeoClient.Wrappers.EntityList:
NuxeoClient.Wrappers.Entity

Constructor & Destructor Documentation

NuxeoClient.Wrappers.EntityList.EntityList ( List< Entity entities)

Initializes a new instance of Entity.

Parameters
entitiesA list of Entity to be included.

Definition at line 61 of file EntityList.cs.

Member Function Documentation

IEnumerator<Entity> NuxeoClient.Wrappers.EntityList.GetEnumerator ( )

Returns an enumerator that iterates through the list.

Returns
An IEnumerator object that can be used to iterate through the collection.

Definition at line 70 of file EntityList.cs.

Property Documentation

int NuxeoClient.Wrappers.EntityList.Count
get

Gets the number of items in the list.

Definition at line 36 of file EntityList.cs.

Entity NuxeoClient.Wrappers.EntityList.this[int index]
get

Returns the Entity object in the position specified by index in the list.

Parameters
indexThe index.
Returns
The Entity in the position specified by index.

Definition at line 50 of file EntityList.cs.