IInstance Members

Include Protected Members
Include Inherited Members

Represents an instance in the Business Data Catalog. This class is reserved for future use.

The IInstance type exposes the following members.

Properties

  Name Description
Public property AdapterObject Gets the native data adapter object returned by the back-end business application.
Public property DataClass Gets the data class (entity) that this object is an instance of.
Public property Item[String] Gets the value of a field in the instance.
Public property Item[Field] Gets the value of a field in the instance.
Public property TypeDescriptor Gets the root type descriptor of the instance.
Public property ViewDefinition Gets the schema of the current view of the instance.

Top

Methods

  Name Description
Public method Execute(MethodInstance, LobSystemInstance) Executes a specified method instance on the entity instance.
Public method Execute(MethodInstance, LobSystemInstance, []) Overrides some or all of the arguments in the back-end method and executes it in the back-end application.

Top

See Also

Reference

IInstance Interface

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace