IObjectSpace.GetObjects Method
Name | Parameters | Description |
---|---|---|
Get |
type, criteria, in |
Returns an IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria. |
Get |
type, criteria, sorting, in |
Returns a sorted IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria. |
Get |
type, criteria | Returns an IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria. |
Get |
type | Retrieves objects of the specified type from the current Object Space. Returns an IList collection. |
Get |
none | Retrieves objects of the specified type from the current Object Space. Returns an IList collection. |
Get |
criteria, in |
Returns an IList collection of objects via the current Object Space. |
Get |
criteria, sorting, in |
Returns a sorted IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria. |
Get |
criteria | Returns an IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria. |