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

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

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

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

(継承元 DataContractBase)

適用対象