Property | Type | Description | |
---|---|---|---|
GetAllEntitiesInstance | IEnumerable |
||
GetEntitiesWithCookie | EntitiesWithCookie |
||
UpdatePageCount | void |
Method | Description | |
---|---|---|
GetAllEntities ( IOrganizationService service, QueryExpression qe, int? maxCount = null, int? pageSize = null, bool async = false ) : IEnumerable |
Gets all entities.
|
Method | Description | |
---|---|---|
GetAllEntitiesInstance ( IOrganizationService service, QueryExpression qe, int? maxCount, int? pageSize, bool async ) : IEnumerable |
||
GetEntitiesWithCookie ( IOrganizationService service, QueryExpression qe ) : EntitiesWithCookie |
||
UpdatePageCount ( PagingInfo page, int &count, int? maxCount ) : void |
public static GetAllEntities ( IOrganizationService service, QueryExpression qe, int? maxCount = null, int? pageSize = null, bool async = false ) : IEnumerable |
||
service | IOrganizationService | The service. |
qe | QueryExpression | The qe. |
maxCount | int? | The maximum count. |
pageSize | int? | Size of the page. |
async | bool | if set to |
return | IEnumerable |