Show / Hide Table of Contents

Class SaveWorkflowCommand

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

Constructors

SaveWorkflowCommand()

Declaration
public SaveWorkflowCommand()

Properties

AutomaticallyAcquiringLock

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

Overrides
InstancePersistenceCommand.AutomaticallyAcquiringLock

CompleteInstance

Declaration
public bool CompleteInstance { get; set; }
Property Value
System.Boolean

InstanceData

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

InstanceKeyMetadataChanges

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

InstanceKeysToAssociate

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

InstanceKeysToComplete

Declaration
public ICollection<Guid> InstanceKeysToComplete { get; }
Property Value
System.Collections.Generic.ICollection<System.Guid>

InstanceKeysToFree

Declaration
public ICollection<Guid> InstanceKeysToFree { get; }
Property Value
System.Collections.Generic.ICollection<System.Guid>

InstanceMetadataChanges

Declaration
public IDictionary<XName, InstanceValue> InstanceMetadataChanges { 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

UnlockInstance

Declaration
public bool UnlockInstance { get; set; }
Property Value
System.Boolean

Methods

Validate(InstanceView)

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

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