ModelPrivilegesCriteria Class
Specifies criteria for model privileges.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::ModelPrivilegesCriteria
| Name | Description | |
|---|---|---|
![]() | ModelPrivilegesCriteria() | Initializes a new instance of the ModelPrivilegesCriteria class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Identifiers | Gets or sets an array that contains the model privilege identifiers. |
![]() | ModelId | Gets or sets the model ID. |
![]() | ObjectId | Gets or sets the object ID. |
![]() | Permission | Gets or sets the Permission value to filter the results. |
![]() | PrincipalId | Gets or sets the principal ID value that is used to filter the results. |
![]() | PrincipalType | Gets or sets the PrincipalType value that is used to filter the results. |
![]() | ResultType | Gets or sets the ResultType for the criteria. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


