言語

BRDeleteCriteria クラス

定義

削除すべきビジネスルール項目のグローバル一意識別子(GUID)のリストを指定します。

public ref class BRDeleteCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRDeleteCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRDeleteCriteria = class
    inherit DataContractBase
Public Class BRDeleteCriteria
Inherits DataContractBase
継承
BRDeleteCriteria
属性

コンストラクター

名前 説明
BRDeleteCriteria()

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

プロパティ

名前 説明
BRConditionTreeNodes

削除対象となる条件木ノードのグローバルに一意な識別子(GUID)を含む配列を取得したり設定したりします。

BRItems

削除すべき条件やアクションのグローバルに一意な識別子(GUID)を含む配列を取得したり設定したりします。

BusinessRules

削除対象となるビジネスルールのグローバル一意識別子(GUID)を含む配列を取得したり設定したりします。

ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)

適用対象