AbstractEntityInstance 成员 (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Represents the base class for all entity instances in the Business Data Catalog. This is an abstract class and cannot be instantiated.
以下表格列出了由 AbstractEntityInstance 类型公开的成员。
公共构造函数
名称 | 说明 | |
---|---|---|
AbstractEntityInstance | 已重载。 |
页首
公共属性
(另请参阅 受保护的属性 )
名称 | 说明 | |
---|---|---|
AdapterObject | When overridden in a derived class, gets the native adapter object for this instance. (继承自 AbstractInstance) | |
DataClass | When overridden in a derived class, gets the DataClass object this instance belongs to.(继承自 AbstractInstance) | |
Entity | When overridden in a derived class, gets the entity this entity instance belongs to. | |
EntityAsDataTable | When overridden in a derived class, gets the entity instance as a DataTable with a single row of data containing the fields in the entity instance. | |
EntityAsFormattedDataTable | When overridden in a derived class, gets the entity instance as a DataTable object with a single row of data containing the fields in the entity instance with formatting of the complex fields in the entity instance. | |
Item | 已重载。 (继承自 AbstractInstance) | |
TypeDescriptor | When overridden in a derived class, gets the root TypeDescriptor object of this instance.(继承自 AbstractInstance) | |
ViewDefinition | When overridden in a derived class, gets the current view of the instance.(继承自 AbstractInstance) |
页首
受保护的属性
名称 | 说明 | |
---|---|---|
SharedEntityState | When overridden in a derived class, gets the SharedEntityState object for this entity instance. |
页首
公共方法
(另请参阅 受保护的方法 )
名称 | 说明 | |
---|---|---|
EntityAsDataRow | 已重载。 When overridden in a derived class, exposes the entity instance as a DataRow. | |
EntityAsFormattedDataRow | When overridden in a derived class, exposes the entity instance as a DataRow object in the specified DataTable object with formatting of the complex fields in the entity instance. | |
Equals | 已重载。 (继承自 Object) | |
Execute | 已重载。 已重写。 Executes a specified method instance on the entity instance. | |
GetActionUrl | Gets the fully parameterized action URL populated with entity instance fields for the specified action. | |
GetAssociatedInstances | 已重载。 Gets the associated entity instances for this entity instance, where this entity instance is the source entity in the relationship. | |
GetFormatted | 已重载。 Gets the value of the specified field after applying complex formatting. | |
GetHashCode | (继承自 Object) | |
GetIdentifierValues | When overridden in a derived class, gets the identifier values of the entity instance. | |
GetType | (继承自 Object) | |
GetView | When overridden in a derived class, gets the same entity instance in the specified view. | |
ReferenceEquals | (继承自 Object) | |
ToString | (继承自 Object) |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
CanUseAdapterObjectSampling | When overridden in a derived class, determines whether the instance can use adapter object sampling.(继承自 AbstractInstance) | |
EntityAsDataRow | 已重载。 | |
Finalize | (继承自 Object) | |
MemberwiseClone | (继承自 Object) |
页首
另请参阅
参考
AbstractEntityInstance 类
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间