BRGetCriteria Class
Criteria for the get operation.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRGetCriteria
| Name | Description | |
|---|---|---|
![]() | BRGetCriteria() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | AttributeId | Gets or sets the attribute Identifier. |
![]() | BusinessRuleIds | Gets the collection of business rule Identifiers. |
![]() | EntityId | Gets or sets the entity Identifier. |
![]() | MemberType | Obsolete. Gets or sets the member type. |
![]() | ModelId | Gets or sets the model Identifier. |
| 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 BRGetCriteria specifies criteria for the get operation. Leave all parameters empty to get all rules.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


