BusinessRule クラス

定義

データ管理のための論理的な構成です。

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

注釈

BusinessRule Complex型はビジネスルールコンテナオブジェクトを指定します。

コンストラクター

名前 説明
BusinessRule()

コンストラクタ。

プロパティ

名前 説明
AuditInfo

監査情報を指定します。

BRActions

アクションの集合を指定します。

BRConditionTree

最上位の条件木ノードを指定します。

BRElseActions

アクションの集合を指定します。

Description

ルールの説明を指定します。

Identifier

ID を指定します。 ルールを一意に識別します。

IsCorrupted

ビジネスルールが破損しているかどうかを指定します。

IsFullDefinition

ビジネスルールにBRの完全な定義があるかどうかを明記しています。

NotificationGroup

ルールについて通知されるグループのミュードを指定します。

Optional. NotificationGroup または NotificationUser を指定しても両方は指定できません。

NotificationUser

ルールについて通知されるユーザーのムイドを指定します。

Optional. NotificationGroup または NotificationUser を指定しても両方は指定できません。

Priority

ルールの優先順位を指定します。

RuleActionText

ルールアクションテキストを指定します。

RuleConditionText

ルール条件のテキストを指定します。

RuleElseActionText

ルール else アクションテキストを指定します。

Status

規則のステータスを指定します。

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)

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

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

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

(継承元 DataContractBase)

適用対象