次の方法で共有


BRCondition クラス

定義

BRAction の検証および作成の処理をオン/オフにする論理式。

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

注釈

複合型は BRCondition 、作成されたビジネス ルールで定義されているアクションをトリガーするために評価される条件のコンテナーを指定します。

コンストラクター

BRCondition()

BRCondition クラスの新しいインスタンスを初期化します。

プロパティ

AuditInfo
古い.

監査情報を指定します。

(継承元 BRItem)
BusinessRuleId

所有するビジネス ルールの ID を指定します。

(継承元 BRItem)
ConditionTreeNodeId

所有条件ツリー ノードの識別子。

Identifier

ID を指定します。 ビジネス ルール アイテムを一意に識別します。

(継承元 BRItem)
IsCorrupted

ビジネス ルールアイテムが破損しているかどうかを取得します。

(継承元 BRItem)
Operator

演算子を指定します。

(継承元 BRItem)
PostfixArguments

後置 (右辺) 引数のコレクションを指定します。

(継承元 BRItem)
PrefixArgument

プレフィックス (左辺) 引数を指定します。

Sequence

ビジネス ルールアイテムを表示および評価する順序を指定します。

(継承元 BRItem)
Text

ビジネス ルールアイテムを記述するテキストを指定します。

(継承元 BRItem)
UserScriptName

ユーザー定義のスクリプト名を指定します。

(継承元 BRItem)
UserScriptParameterCount

パラメーターの合計数を指定します。

(継承元 BRItem)

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

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

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象