BRDeleteCriteria Class
Specifies lists of globally unique identifiers (GUIDs) for business rules items to be deleted.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::BRDeleteCriteria
| Name | Description | |
|---|---|---|
![]() | BRDeleteCriteria() | Initializes a new instance of the BRDeleteCriteria class. |
| Name | Description | |
|---|---|---|
![]() | BRConditionTreeNodes | Gets or sets an array containing globally unique identifiers (GUIDs) of condition tree nodes to be deleted. |
![]() | BRItems | Gets or sets an array containing globally unique identifiers (GUIDs) of conditions or actions to be deleted. |
![]() | BusinessRules | Gets or sets an array containing globally unique identifiers (GUIDs) of business rules to be deleted. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
| 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.


