Share via


InstanceView Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents view of an instance. For example, the Execute(InstanceHandle, InstancePersistenceCommand, TimeSpan) method implementations return an InstanceView object that provides a view into the instance data in the persistence store.

The InstanceView type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property InstanceData Gets instance data as a dictionary of names and values.
Public property InstanceDataConsistency Gets the consistency (None, In Doubt, and Partial) of the instance data.
Public property InstanceId Gets the identifier (ID) of the instance as a GUID.
Public property InstanceKeys Gets the instance keys as a dictionary of instance key identifiers and associated InstanceKeyView objects.
Public property InstanceKeysConsistency Gets the consistency value of instance keys.
Public property InstanceMetadata Gets the metadata of an instance as a dictionary of names and InstanceValue objects.
Public property InstanceMetadataConsistency Gets the consistency of the instance metadata.
Public property InstanceOwner Gets the owner of the instance.
Public property InstanceOwnerMetadata Gets the metadata for an instance owner as a dictionary of names and values.
Public property InstanceOwnerMetadataConsistency Gets the consistency of the instance owner metadata.
Public property InstanceState Gets the state of an instance (Unknown, Uninitialized, Initialized, and Completed).
Public property InstanceStoreQueryResults Gets a collection of InstanceStoreQueryResult objects.
Public property IsBoundToInstance Returns a value that indicates whether the instance view is bound to an instance.
Public property IsBoundToInstanceOwner Returns a value that indicates whether the instance view is bound to an instance owner.
Public property IsBoundToLock Returns a value that indicates whether the instance view is bound to an instance lock.

Top

See Also

Reference

InstanceView Class

System.Runtime.Persistence Namespace