ビジネス ルールを表します。
継承階層
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BusinessRule
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule _
Inherits DataContractBase
'使用
Dim instance As BusinessRule
[SerializableAttribute]
[DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule : DataContractBase
[SerializableAttribute]
[DataContractAttribute(Name = L"BusinessRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRule : public DataContractBase
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRule =
class
inherit DataContractBase
end
public class BusinessRule extends DataContractBase
BusinessRule 型は、以下のメンバーを公開しています。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
BusinessRule | BusinessRule クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
AuditInfo | 監査情報を取得または設定します。 |
![]() |
BRActions | アクションのコレクションを取得または設定します。 |
![]() |
BRConditionTree | 最上位の条件ツリー ノードを取得または設定します。 |
![]() |
Description | ルールの説明を取得または設定します。 |
![]() |
Identifier | ビジネス ルールの一意識別子を取得または設定します。 |
![]() |
NotificationGroup | ルールに関する通知を受けるグループのグローバル一意識別子 (GUID) を取得または設定します。 |
![]() |
NotificationUser | ルールに関する通知を受けるユーザーのグローバル一意識別子 (GUID) を取得または設定します。 |
![]() |
Priority | ルールの優先度を取得または設定します。 |
![]() |
RuleActionText | ルール アクション テキストを取得または設定します。 |
![]() |
RuleConditionText | ルール条件テキストを取得または設定します。 |
![]() |
Status | ルールの状態を取得または設定します。 |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
SetProperty<T> | インフラストラクチャです。指定した値を使用してプロパティを設定します。 (DataContractBase から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)