ResultType Enumeration
Contains values that specify the level of detail to return for model object queries.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Member name | Description | |
|---|---|---|
| Details | All details, including child objects, should be returned for a specified type of object. | |
| Identifiers | Only identifier information and attributes of each object should be returned for a specified type of object. | |
| None | No data should be returned for the specified type of object. |
The ResultType is used in association with a particular ObjectType.
Show: