BRItemTypeComponent 类

定义

业务规则组件。

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
继承
BRItemTypeComponent
派生
属性

注解

指定 BRItemTypeComponent 项类型组件的抽象基类

构造函数

BRItemTypeComponent()

构造函数。

属性

CompatibleAttributeTypes

指定 BRAttributeTypeInfo 对象的集合,这些对象定义与此项类型组件兼容的AttributeType-AttributeDataType对。

Description

指定类型的说明。

ItemType

指定项类型。

方法

SetProperty<T>(T, T, String)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)

适用于