AbstractEntityInstance Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
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 | |
---|---|---|
AbstractEntityInstance(MethodInstance, [], LobSystemInstance) | Obsolete. | |
AbstractEntityInstance(Entity, TypeDescriptor, Object, LobSystemInstance) | Obsolete. |
Top
Properties
Name | Description | |
---|---|---|
AdapterObject | Obsolete. When overridden in a derived class, gets the native adapter object for this instance. (Inherited from AbstractInstance.) | |
DataClass | Obsolete. When overridden in a derived class, gets the DataClass object this instance belongs to. (Inherited from AbstractInstance.) | |
Entity | Obsolete. When overridden in a derived class, gets the entity this entity instance belongs to. | |
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. | |
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. | |
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.) | |
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.) | |
SharedEntityState | Obsolete. When overridden in a derived class, gets the SharedEntityState object for this entity instance. | |
TypeDescriptor | Obsolete. When overridden in a derived class, gets the root TypeDescriptor object of this instance. (Inherited from AbstractInstance.) | |
ViewDefinition | Obsolete. When overridden in a derived class, gets the current view of the instance. (Inherited from AbstractInstance.) |
Top
Methods
Name | Description | |
---|---|---|
CanUseAdapterObjectSampling | Obsolete. When overridden in a derived class, determines whether the instance can use adapter object sampling. (Inherited from AbstractInstance.) | |
EntityAsDataRow(DataTable) | Obsolete. When overridden in a derived class, exposes the entity instance as a DataRow object in the specified DataTable object. | |
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. | |
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. | |
Equals | (Inherited from Object.) | |
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).) | |
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, []).) | |
Finalize | (Inherited from Object.) | |
GetActionUrl | Obsolete. Gets the fully parameterized action URL populated with entity instance fields for the specified action. | |
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. | |
GetAssociatedInstances(Association) | Obsolete. When overridden in a derived class, gets the associated entity instances for this entity instance for the specified association. | |
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. | |
GetFormatted(String) | Obsolete. Gets the value of the field with the specified name after applying complex formatting. | |
GetFormatted(Field) | Obsolete. Gets the value of the specified field after applying complex formatting. | |
GetHashCode | (Inherited from Object.) | |
GetIdentifierValues | Obsolete. When overridden in a derived class, gets the identifier values of the entity instance. | |
GetType | (Inherited from Object.) | |
GetView | Obsolete. When overridden in a derived class, gets the same entity instance in the specified view. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace