BRConditionComponent Class

Definition

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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to