Class InstancePersistenceCommand
Inheritance
System.Object
InstancePersistenceCommand
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public abstract class InstancePersistenceCommand : Object
Constructors
InstancePersistenceCommand(XName)
Declaration
protected InstancePersistenceCommand(XName name)
Parameters
System.Xml.Linq.XName
name
|
Properties
AutomaticallyAcquiringLock
Declaration
protected virtual bool AutomaticallyAcquiringLock { get; }
Property Value
System.Boolean
|
IsTransactionEnlistmentOptional
Declaration
protected virtual bool IsTransactionEnlistmentOptional { get; }
Property Value
System.Boolean
|
Name
Declaration
public XName Name { get; }
Property Value
System.Xml.Linq.XName
|