BRConditionComponent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The condition components within business rules.
public ref class BRConditionComponent : Microsoft::MasterDataServices::Services::DataContracts::BRItemTypeComponent
[System.Runtime.Serialization.DataContract(Name="BRConditionComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRConditionComponent : Microsoft.MasterDataServices.Services.DataContracts.BRItemTypeComponent
[<System.Runtime.Serialization.DataContract(Name="BRConditionComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRConditionComponent = class
inherit BRItemTypeComponent
Public Class BRConditionComponent
Inherits BRItemTypeComponent
- Inheritance
- Attributes
Remarks
The BRConditionComponent complex type specifies condition components of business rules. BRConditionComponent extends the BRItemTypeComponent complex type.
Constructors
BRConditionComponent() |
Initializes a new instance of the BRConditionComponent class. |
Properties
CompatibleAttributeTypes |
Specifies the collection of BRAttributeTypeInfo objects, which define the AttributeType-AttributeDataType pairs that are compatible with this item type component. (Inherited from BRItemTypeComponent) |
Description |
Specifies the description of the type. (Inherited from BRItemTypeComponent) |
ItemType |
Specifies the item type. (Inherited from BRItemTypeComponent) |
Parameters |
Retrieves the collection of script parameters |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |