BRGetCriteria Class
Specifies globally unique identifiers (GUIDs) or names of the desired model, entity, or member type.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::BRGetCriteria
| Name | Description | |
|---|---|---|
![]() | BRGetCriteria() | Initializes a new instance of the BRGetCriteria class. |
| Name | Description | |
|---|---|---|
![]() | AttributeId | Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the attribute. |
![]() | BusinessRuleIds | Gets or sets an array of business rule IDs. |
![]() | EntityId | Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the entity. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | MemberType | Gets or sets a type specifying leaf, parent, or collection members. |
![]() | ModelId | Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the model. |
| 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.


