ModelPrivilegesCriteria Class
Specifies the model privilege criteria.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.ModelPrivilegesCriteria
Name | Description | |
---|---|---|
![]() | ModelPrivilegesCriteria() | Default constructor for the ModelPrivilegesCriteria. |
Name | Description | |
---|---|---|
![]() | AccessPermission | Gets or sets the AccessPermissionType. Only relevant when the Permission is Access. |
![]() | Identifiers | Gets or sets the Identifier to be used. |
![]() | ModelId | Gets or sets the privileges based on the specified principal Identifier. |
![]() | ObjectId | Specifies the Model object Identifier. |
![]() | Permission | Gets or sets the privileges based on the specified PermissionType. |
![]() | PrincipalId | Gets or sets the privileges based on the specified principal Identifier. |
![]() | PrincipalType | Gets or sets the privileges based on the specified PrincipalType. |
![]() | 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.) |
![]() | SetProperty<T>(T, T, String, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The ModelPrivilegesCriteria specifies the model privilege criteria.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.