Show / Hide Table of Contents

Class CreateWorkflowOwnerCommand

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

Constructors

CreateWorkflowOwnerCommand()

Declaration
public CreateWorkflowOwnerCommand()

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