AbstractEntityInstance Members

Include Protected Members
Include Inherited Members

Represents the base class for all entity instances in the Business Data Catalog. This is an abstract class and cannot be instantiated.

The AbstractEntityInstance type exposes the following members.

Constructors

  Name Description
Public method AbstractEntityInstance(MethodInstance, [], LobSystemInstance)
Public method AbstractEntityInstance(Entity, TypeDescriptor, Object, LobSystemInstance)

Top

Properties

  Name Description
Public property AdapterObject When overridden in a derived class, gets the native adapter object for this instance. (Inherited from AbstractInstance.)
Public property DataClass When overridden in a derived class, gets the DataClass object this instance belongs to. (Inherited from AbstractInstance.)
Public property Entity When overridden in a derived class, gets the entity this entity instance belongs to.
Public property EntityAsDataTable 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.
Public property EntityAsFormattedDataTable 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.
Public property Item[String] 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] 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 When overridden in a derived class, gets the SharedEntityState object for this entity instance.
Public property TypeDescriptor When overridden in a derived class, gets the root TypeDescriptor object of this instance. (Inherited from AbstractInstance.)
Public property ViewDefinition When overridden in a derived class, gets the current view of the instance. (Inherited from AbstractInstance.)

Top

Methods

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