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)

적용 대상