言語

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, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象