ResultType Enumeration
Specifies the level of detail to return for model object queries. The result type is used in association with a particular object type.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| Details | Return full details, all information. | |
| Identifiers | Return Identifiers and commonly used information. | |
| None | Do not return any information. |
The ResultType simple type specifies the level of detail to return for model object queries. The result type is used in association with a particular object type.
Show: