AbstractEntityInstance Methods

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

The AbstractEntityInstance type exposes the following members.

Methods

  Name Description
Protected method CanUseAdapterObjectSampling Obsolete. When overridden in a derived class, determines whether the instance can use adapter object sampling. (Inherited from AbstractInstance.)
Public method EntityAsDataRow(DataTable) Obsolete. When overridden in a derived class, exposes the entity instance as a DataRow object in the specified DataTable object.
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.
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.
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. (Overrides AbstractInstance.Execute(MethodInstance, LobSystemInstance).)
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. (Overrides AbstractInstance.Execute(MethodInstance, LobSystemInstance, []).)
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.
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.
Public method GetAssociatedInstances(Association) Obsolete. When overridden in a derived class, gets the associated entity instances for this entity instance for the specified association.
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.
Public method GetFormatted(String) Obsolete. Gets the value of the field with the specified name after applying complex formatting.
Public method GetFormatted(Field) Obsolete. Gets the value of the specified field after applying complex formatting.
Public method GetHashCode (Inherited from Object.)
Public method GetIdentifierValues Obsolete. When overridden in a derived class, gets the identifier values of the entity instance.
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.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

AbstractEntityInstance Class

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace