BRConditionComponent Class

Definition

Specifies condition components of business rules.

public ref class BRConditionComponent : Microsoft::MasterDataServices::BRItemTypeComponent
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRConditionComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionComponent : Microsoft.MasterDataServices.BRItemTypeComponent
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRConditionComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionComponent = class
    inherit BRItemTypeComponent
Public Class BRConditionComponent
Inherits BRItemTypeComponent
Inheritance
Attributes

Constructors

BRConditionComponent()

Initializes a new instance of the BRConditionComponent class.

Properties

CompatibleAttributeTypes

Gets or sets the array of BRAttributeTypeInfo objects, which defines 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)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
ItemType

Gets or sets the item type.

(Inherited from BRItemTypeComponent)

Applies to