BRConditionComponent 类

定义

业务规则内的条件组件。

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

注解

BRConditionComponent复杂类型指定业务规则的条件组件。 BRConditionComponent 扩展了 BRItemTypeComponent 复杂类型。

构造函数

BRConditionComponent()

初始化 BRConditionComponent 类的新实例。

属性

CompatibleAttributeTypes

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

(继承自 BRItemTypeComponent)
Description

指定类型的说明。

(继承自 BRItemTypeComponent)
ItemType

指定项类型。

(继承自 BRItemTypeComponent)
Parameters

检索脚本参数的集合

方法

SetProperty<T>(T, T, String)

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

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

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

(继承自 DataContractBase)

适用于