Partager via


Membres IEntityInstance (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.

Les tableaux suivants contiennent la liste des membres exposés par le type IEntityInstance .

Propriétés publiques

  Nom Description
Propriété publique Entity Gets the entity this is an instance of.
Propriété publique EntityAsDataTable Gets the entity instance as a DataTable object with a single row of data containing the fields in the entity instance.
Propriété publique EntityAsFormattedDataTable Exposes the entity instance as a DataTable object with formatting of the complex fields in the entity instance.

Haut de page

Méthodes publiques

  Nom Description
Méthode publique EntityAsDataRow Exposes the entity instance as a DataRow object in the specified DataTable object.
Méthode publique 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éthode publique GetActionUrl Gets the fully parameterized action URL populated with entity instance fields for the specified action.
Méthode publique GetAssociatedInstances Surchargé. Gets the associated entity instances for this entity instance, where this entity instance is the source entity in the relationship.
Méthode publique GetFormatted Surchargé. Gets the value of the specified field after applying complex formatting.
Méthode publique GetIdentifierValues Gets the identifier values of the entity instance.
Méthode publique GetView Gets the same entity instance in the specified view.

Haut de page

Voir aussi

Référence

IEntityInstance, interface
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms