WebServiceEntityInstance Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Represents an adapter-specific Web Service entity instance.

The WebServiceEntityInstance type exposes the following members.

Constructors

  Name Description
Public method WebServiceEntityInstance(SharedEntityState, Object) Obsolete.
Public method WebServiceEntityInstance(MethodInstance, [], LobSystemInstance) Obsolete.
Public method WebServiceEntityInstance(Entity, TypeDescriptor, Object, LobSystemInstance) Obsolete.

Top

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

Methods

  Name Description
Protected method CanUseAdapterObjectSampling Obsolete. (Overrides AbstractInstance.CanUseAdapterObjectSampling().)
Public method EntityAsDataRow(DataTable) Obsolete. When overridden in a derived class, exposes the entity instance as a DataRow object in the specified DataTable object. (Inherited from AbstractEntityInstance.)
Protected method EntityAsDataRow(DataTable, Boolean) Obsolete. When overridden in a derived class, exposes the entity instance with or without fields with complex formatting as a DataRow object in the specified DataTable object. (Inherited from AbstractEntityInstance.)
Public method EntityAsFormattedDataRow Obsolete. When overridden in a derived class, exposes the entity instance as a DataRow object in the specified DataTable object with formatting of the complex fields in the entity instance. (Inherited from AbstractEntityInstance.)
Public method Equals (Inherited from Object.)
Public method Execute(MethodInstance, LobSystemInstance) Obsolete. Executes a specified method instance on the entity instance. . The IDs of the entity instance are plumbed into the API of the backend. (Inherited from AbstractEntityInstance.)
Public method Execute(MethodInstance, LobSystemInstance, []) Obsolete. Overrides some or all of the arguments in the back-end method and executes the method in the back-end application. (Inherited from AbstractEntityInstance.)
Protected method Finalize (Inherited from Object.)
Public method GetActionUrl Obsolete. Gets the fully parameterized action URL populated with entity instance fields for the specified action. (Inherited from AbstractEntityInstance.)
Public method GetAssociatedInstances(String) Obsolete. When overridden in a derived class, gets the associated entity instances for this entity instance for the association specified by the name. (Inherited from AbstractEntityInstance.)
Public method GetAssociatedInstances(Association) Obsolete. When overridden in a derived class, gets the associated entity instances for this entity instance for the specified association. (Inherited from AbstractEntityInstance.)
Public method GetAssociatedInstances(Association, FilterCollection) Obsolete. When overridden in a derived class, gets a filtered set of associated entity instances for this entity instance for the specified association. (Inherited from AbstractEntityInstance.)
Public method GetFormatted(String) Obsolete. Gets the value of the field with the specified name after applying complex formatting. (Inherited from AbstractEntityInstance.)
Public method GetFormatted(Field) Obsolete. Gets the value of the specified field after applying complex formatting. (Inherited from AbstractEntityInstance.)
Public method GetHashCode (Inherited from Object.)
Public method GetIdentifierValues Obsolete. When overridden in a derived class, gets the identifier values of the entity instance. (Inherited from AbstractEntityInstance.)
Public method GetType (Inherited from Object.)
Public method GetView Obsolete. When overridden in a derived class, gets the same entity instance in the specified view. (Inherited from AbstractEntityInstance.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

WebServiceEntityInstance Class

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