ObjectReference Methods
Include Protected Members
Include Inherited Members
The ObjectReference type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Deserialize(XmlReader) | Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader. |
![]() ![]() |
Deserialize(String, Boolean) | Converts an XML fragment to the ObjectReference object specified by the xmlFragment and xmlFragmentIsComplete parameters. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() ![]() |
GetObjectReference | Infrastructure. Gets the object reference for the specified object. |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReadContent | Reads the content referenced by the ObjectReference object. |
![]() ![]() |
ResolveObjectReference(Database, ObjectReference) | Infrastructure. Resolves an ObjectReference object with the specified database and object reference. |
![]() ![]() |
ResolveObjectReference(Server, ObjectReference) | Infrastructure. Resolves an ObjectReference object with the specified database and object reference. |
![]() |
ResolveReference(Database) | Infrastructure. Resolves an ObjectReference object with the specified database. |
![]() |
ResolveReference(Server) | Infrastructure. Resolves an ObjectReference object with the specified server. |
![]() |
ResolveReference(Database, Boolean) | Infrastructure. Resolves an ObjectReference object with the specified database and force load. |
![]() |
ResolveReference(Server, Boolean) | Infrastructure. Resolves an ObjectReference object with the specified server and force load. |
![]() |
Serialize() | Converts the ObjectReference to an XML version. |
![]() |
Serialize(XmlWriter) | Converts the ObjectReference to an XML version by using an xmlWriter. |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteContent | Writes out a serialized ObjectReference by using an xmlWriter. |
Top