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 | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
InstanceData | Gets instance data as a dictionary of names and values. | |
InstanceDataConsistency | Gets the consistency (None, In Doubt, and Partial) of the instance data. | |
InstanceId | Gets the identifier (ID) of the instance as a GUID. | |
InstanceKeys | Gets the instance keys as a dictionary of instance key identifiers and associated InstanceKeyView objects. | |
InstanceKeysConsistency | Gets the consistency value of instance keys. | |
InstanceMetadata | Gets the metadata of an instance as a dictionary of names and InstanceValue objects. | |
InstanceMetadataConsistency | Gets the consistency of the instance metadata. | |
InstanceOwner | Gets the owner of the instance. | |
InstanceOwnerMetadata | Gets the metadata for an instance owner as a dictionary of names and values. | |
InstanceOwnerMetadataConsistency | Gets the consistency of the instance owner metadata. | |
InstanceState | Gets the state of an instance (Unknown, Uninitialized, Initialized, and Completed). | |
InstanceStoreQueryResults | Gets a collection of InstanceStoreQueryResult objects. | |
IsBoundToInstance | Returns a value that indicates whether the instance view is bound to an instance. | |
IsBoundToInstanceOwner | Returns a value that indicates whether the instance view is bound to an instance owner. | |
IsBoundToLock | Returns a value that indicates whether the instance view is bound to an instance lock. |
Top