Overload List
| Name | Description | |
|---|---|---|
|
|
Get |
Gets all data elements available to the repository
|
|
|
Get(IList JObject ) |
Gets all data elements available to the repository
|
|
|
Get(Func T, Boolean ) |
Gets all data elements available to the repository that match the predicate
|
|
|
Get(String) |
Gets data element by Id/Name
|
|
|
Get(Func T, Boolean , IList JObject ) |
Gets all data elements available to the repository that match the predicate
|
|
|
Get(String, JObject ) |
Gets data element by Id/Name
|
See Also