BRItemTypeComponent Class

Definition

A business rule component.

public ref class BRItemTypeComponent abstract : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRConditionComponent))]
[System.Serializable]
public abstract class BRItemTypeComponent : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRConditionComponent))>]
[<System.Serializable>]
type BRItemTypeComponent = class
    inherit DataContractBase
Public MustInherit Class BRItemTypeComponent
Inherits DataContractBase
Inheritance
BRItemTypeComponent
Derived
Attributes

Remarks

The BRItemTypeComponent specifies the abstract base class for item type components

Constructors

BRItemTypeComponent()

Constructor.

Properties

CompatibleAttributeTypes

Specifies the collection of BRAttributeTypeInfo objects, which define the AttributeType-AttributeDataType pairs that are compatible with this item type component.

Description

Specifies the description of the type.

ItemType

Specifies the item type.

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