Class InstanceView
Inheritance
System.Object
InstanceView
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public sealed class InstanceView : Object
Properties
InstanceData
Declaration
public IDictionary<XName, InstanceValue> InstanceData { get; }
Property Value
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, InstanceValue>
|
InstanceDataConsistency
Declaration
public InstanceValueConsistency InstanceDataConsistency { get; }
Property Value
InstanceValueConsistency
|
InstanceId
Declaration
public Guid InstanceId { get; }
Property Value
System.Guid
|
InstanceKeys
Declaration
public IDictionary<Guid, InstanceKeyView> InstanceKeys { get; }
Property Value
System.Collections.Generic.IDictionary<System.Guid, InstanceKeyView>
|
InstanceKeysConsistency
Declaration
public InstanceValueConsistency InstanceKeysConsistency { get; }
Property Value
InstanceValueConsistency
|
InstanceMetadata
Declaration
public IDictionary<XName, InstanceValue> InstanceMetadata { get; }
Property Value
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, InstanceValue>
|
InstanceMetadataConsistency
Declaration
public InstanceValueConsistency InstanceMetadataConsistency { get; }
Property Value
InstanceValueConsistency
|
InstanceOwner
InstanceOwnerMetadata
Declaration
public IDictionary<XName, InstanceValue> InstanceOwnerMetadata { get; }
Property Value
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, InstanceValue>
|
InstanceOwnerMetadataConsistency
Declaration
public InstanceValueConsistency InstanceOwnerMetadataConsistency { get; }
Property Value
InstanceValueConsistency
|
InstanceState
InstanceStoreQueryResults
Declaration
public ReadOnlyCollection<InstanceStoreQueryResult> InstanceStoreQueryResults { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<InstanceStoreQueryResult>
|
IsBoundToInstance
Declaration
public bool IsBoundToInstance { get; }
Property Value
System.Boolean
|
IsBoundToInstanceOwner
Declaration
public bool IsBoundToInstanceOwner { get; }
Property Value
System.Boolean
|
IsBoundToLock
Declaration
public bool IsBoundToLock { get; }
Property Value
System.Boolean
|