WebServiceEntityInstance Properties

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

The WebServiceEntityInstance type exposes the following members.

Properties

  Name Description
Public property AdapterObject Obsolete. When overridden in a derived class, gets the native adapter object for this instance. (Inherited from AbstractInstance.)
Public property DataClass Obsolete. When overridden in a derived class, gets the DataClass object this instance belongs to. (Inherited from AbstractInstance.)
Public property Entity Obsolete. When overridden in a derived class, gets the entity this entity instance belongs to. (Inherited from AbstractEntityInstance.)
Public property EntityAsDataTable Obsolete. When overridden in a derived class, gets the entity instance as a DataTable with a single row of data containing the fields in the entity instance. (Inherited from AbstractEntityInstance.)
Public property EntityAsFormattedDataTable Obsolete. When overridden in a derived class, gets the entity instance as a DataTable object with a single row of data containing the fields in the entity instance with formatting of the complex fields in the entity instance. (Inherited from AbstractEntityInstance.)
Public property Item[String] Obsolete. When overridden in a derived class, gets the value of the field specified by the name on the native adapter object wrapped by this IEntityInstance object. (Inherited from AbstractInstance.)
Public property Item[Field] Obsolete. When overridden in a derived class, gets the value of the specified field on the native adapter object wrapped by this IEntityInstance . (Inherited from AbstractInstance.)
Protected property SharedEntityState Obsolete. When overridden in a derived class, gets the SharedEntityState object for this entity instance. (Inherited from AbstractEntityInstance.)
Public property TypeDescriptor Obsolete. When overridden in a derived class, gets the root TypeDescriptor object of this instance. (Inherited from AbstractInstance.)
Public property ViewDefinition Obsolete. When overridden in a derived class, gets the current view of the instance. (Inherited from AbstractInstance.)

Top

See Also

Reference

WebServiceEntityInstance Class

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService Namespace