AbstractInstance Members
Include Protected Members
Include Inherited Members
Represents the base class for all instances in the Business Data Catalog. This is an abstract class and cannot be instantiated.
The AbstractInstance type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AbstractInstance(MethodInstance, LobSystemInstance) | ||
AbstractInstance(DataClass, TypeDescriptor, Object, LobSystemInstance) | Creates a new instance based on the data fields corresponding to the return TypeDescriptor object of the method instance. |
Top
Properties
Name | Description | |
---|---|---|
AdapterObject | When overridden in a derived class, gets the native adapter object for this instance. | |
DataClass | When overridden in a derived class, gets the DataClass object this instance belongs to. | |
Item[String] | 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. | |
Item[Field] | When overridden in a derived class, gets the value of the specified field on the native adapter object wrapped by this IEntityInstance . | |
TypeDescriptor | When overridden in a derived class, gets the root TypeDescriptor object of this instance. | |
ViewDefinition | When overridden in a derived class, gets the current view of the instance. |
Top
Methods
Name | Description | |
---|---|---|
CanUseAdapterObjectSampling | When overridden in a derived class, determines whether the instance can use adapter object sampling. | |
Equals | (Inherited from Object.) | |
Execute(MethodInstance, LobSystemInstance) | Executes a specified method instance on the instance. | |
Execute(MethodInstance, LobSystemInstance, []) | Overrides all or some of the arguments in the back-end method and executes it in the back-end application. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace