BRActionComponent 类

定义

业务规则内的操作组件。

public ref class BRActionComponent : Microsoft::MasterDataServices::Services::DataContracts::BRItemTypeComponent
[System.Runtime.Serialization.DataContract(Name="BRActionComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRActionComponent : Microsoft.MasterDataServices.Services.DataContracts.BRItemTypeComponent
[<System.Runtime.Serialization.DataContract(Name="BRActionComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRActionComponent = class
    inherit BRItemTypeComponent
Public Class BRActionComponent
Inherits BRItemTypeComponent
继承
属性

注解

复杂 BRActionComponent 类型指定业务规则的操作组件。

构造函数

BRActionComponent()

初始化 BRActionComponent 类的新实例。

属性

CompatibleAttributeTypes

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

(继承自 BRItemTypeComponent)
Description

指定类型的说明。

(继承自 BRItemTypeComponent)
ItemType

指定项类型。

(继承自 BRItemTypeComponent)

方法

SetProperty<T>(T, T, String)

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

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

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

(继承自 DataContractBase)

适用于