次の方法で共有


BRCondition クラス

作成されたビジネス ルールで定義されているアクションをトリガーするために評価する条件を表します。

継承階層

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItem
    Microsoft.MasterDataServices.Services.DataContracts..::..BRCondition

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)

構文

'宣言
<SerializableAttribute> _
<DataContractAttribute(Name := "BRCondition", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRCondition _
    Inherits BRItem
'使用
Dim instance As BRCondition
[SerializableAttribute]
[DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRCondition : BRItem
[SerializableAttribute]
[DataContractAttribute(Name = L"BRCondition", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRCondition : public BRItem
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRCondition =  
    class
        inherit BRItem
    end
public class BRCondition extends BRItem

BRCondition 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド BRCondition BRCondition クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ AuditInfo AuditInfo 複合型。 (BRItem から継承されています。)
パブリック プロパティ BusinessRuleId MemberTypeContextIdentifier 複合型。 (BRItem から継承されています。)
パブリック プロパティ ConditionTreeNodeId 所有側条件ツリー ノードの識別子を取得または設定します。
パブリック プロパティ Identifier Identifier 複合型。 (BRItem から継承されています。)
パブリック プロパティ Operator BRItemType 単純型。 (BRItem から継承されています。)
パブリック プロパティ PostfixArguments ArrayOfanyType。 (BRItem から継承されています。)
パブリック プロパティ PrefixArgument 前置 (左) 引数を取得または設定します。
パブリック プロパティ Sequence ビジネス ルール アイテムが表示され評価される順序を表す値を取得または設定します。 (BRItem から継承されています。)
パブリック プロパティ Text アイテム テキストを取得または設定します。 (BRItem から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。