CreateWorkflowOwnerWithIdentityCommand クラス

定義

ID コマンドを使用してワークフロー所有者の作成を指定します。

public ref class CreateWorkflowOwnerWithIdentityCommand sealed : System::Runtime::DurableInstancing::InstancePersistenceCommand
public sealed class CreateWorkflowOwnerWithIdentityCommand : System.Runtime.DurableInstancing.InstancePersistenceCommand
type CreateWorkflowOwnerWithIdentityCommand = class
    inherit InstancePersistenceCommand
Public NotInheritable Class CreateWorkflowOwnerWithIdentityCommand
Inherits InstancePersistenceCommand
継承
CreateWorkflowOwnerWithIdentityCommand

コンストラクター

名前 説明
CreateWorkflowOwnerWithIdentityCommand()

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

プロパティ

名前 説明
AutomaticallyAcquiringLock

コマンドがインスタンスのロックの取得を試みることができるかどうかを示します。

(継承元 InstancePersistenceCommand)
InstanceOwnerMetadata

キーとして XName オブジェクト、値として InstanceValue オブジェクトを持つディクショナリ内のインスタンス所有者に関するメタデータを取得します。

IsTransactionEnlistmentOptional

このコマンドの実行時に永続化プロバイダーがアンビエント トランザクション (Transaction.Current) に参加しないことを選択できるかどうかを示す値を返します。

(継承元 InstancePersistenceCommand)
Name

永続化コマンドの名前を取得します。

(継承元 InstancePersistenceCommand)

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
Validate(InstanceView)

コマンドを検証します。

(継承元 InstancePersistenceCommand)

適用対象