Show / Hide Table of Contents

Class CreateWorkflowOwnerWithIdentityCommand

Inheritance
System.Object
InstancePersistenceCommand
CreateWorkflowOwnerWithIdentityCommand
Inherited Members
InstancePersistenceCommand.Name
InstancePersistenceCommand.AutomaticallyAcquiringLock
Namespace: System.Activities.DurableInstancing
Assembly: System.Activities.dll
Syntax
public sealed class CreateWorkflowOwnerWithIdentityCommand : InstancePersistenceCommand

Constructors

CreateWorkflowOwnerWithIdentityCommand()

Declaration
public CreateWorkflowOwnerWithIdentityCommand()

Properties

InstanceOwnerMetadata

Declaration
public IDictionary<XName, InstanceValue> InstanceOwnerMetadata { get; }
Property Value
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, InstanceValue>

IsTransactionEnlistmentOptional

Declaration
protected override bool IsTransactionEnlistmentOptional { get; }
Property Value
System.Boolean

Overrides
InstancePersistenceCommand.IsTransactionEnlistmentOptional

Methods

Validate(InstanceView)

Declaration
protected override void Validate(InstanceView view)
Parameters
InstanceView view

Overrides
InstancePersistenceCommand.Validate(InstanceView)
Back to top Generated by DocFX