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 | |
---|---|---|
AdapterObject | Gets the native data adapter object returned by the back-end business application. | |
DataClass | Gets the data class (entity) that this object is an instance of. | |
Item[String] | Gets the value of a field in the instance. | |
Item[Field] | Gets the value of a field in the instance. | |
TypeDescriptor | Gets the root type descriptor of the instance. | |
ViewDefinition | Gets the schema of the current view of the instance. |
Top
Methods
Name | Description | |
---|---|---|
Execute(MethodInstance, LobSystemInstance) | Executes a specified method instance on the entity instance. | |
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
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace