BRConditionComponent Class
The condition components within business rules.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRItemTypeComponent
Microsoft.MasterDataServices.Services.DataContracts::BRConditionComponent
| Name | Description | |
|---|---|---|
![]() | BRConditionComponent() | Initializes a new instance of the BRConditionComponent class. |
| Name | Description | |
|---|---|---|
![]() | CompatibleAttributeTypes | Gets or sets the collection of BRAttributeTypeInfo objects, which define the AttributeType-AttributeDataType pairs that are compatible with this item type component. (Inherited from BRItemTypeComponent.) |
![]() | Description | Gets or sets the description of the type. (Inherited from BRItemTypeComponent.) |
![]() | ItemType | Gets or sets the item type. (Inherited from BRItemTypeComponent.) |
![]() | Parameters | Gets or sets the collection of script parameters. |
| 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 BRConditionComponent complex type specifies condition components of business rules. BRConditionComponent extends the BRItemTypeComponent complex type.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


