Share via


: IEntityInstance (Miembros) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Represents instances of business objects, for example, customer #88697 and order #1000 in a back-end business application. The most important implementor of this interface is AbstractEntityInstance, which in turn is subclassed by WebServiceEntityInstance and DbEntityInstance.

En las siguientes tablas se enumeran los miembros expuestos por el tipo IEntityInstance .

Propiedades públicas

  Nombre Descripción
Propiedad pública Entity Gets the entity this is an instance of.
Propiedad pública EntityAsDataTable Gets the entity instance as a DataTable object with a single row of data containing the fields in the entity instance.
Propiedad pública EntityAsFormattedDataTable Exposes the entity instance as a DataTable object with formatting of the complex fields in the entity instance.

Arriba

Métodos públicos

  Nombre Descripción
Método público EntityAsDataRow Exposes the entity instance as a DataRow object in the specified DataTable object.
Método público EntityAsFormattedDataRow Exposes the entity instance as a DataRow object in the specified DataTable object with formatting of the complex fields in the entity instance.
Método público GetActionUrl Gets the fully parameterized action URL populated with entity instance fields for the specified action.
Método público GetAssociatedInstances Sobrecargado. Gets the associated entity instances for this entity instance, where this entity instance is the source entity in the relationship.
Método público GetFormatted Sobrecargado. Gets the value of the specified field after applying complex formatting.
Método público GetIdentifierValues Gets the identifier values of the entity instance.
Método público GetView Gets the same entity instance in the specified view.

Arriba

Vea también

Referencia

IEntityInstance (Interfaz)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)