BRActionComponent 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
业务规则内的操作组件。
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) |
将属性更改为给定的值。 |
SetProperty<T>(T, T, String, Boolean) |
将属性更改为给定的值。 |