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 命名空间