DataObject 类 |
命名空间: XSharp.XPP
DataObject 类型公开以下成员。
名称 | 说明 | |
---|---|---|
DataObject | 初始化 DataObject 类的一个新实例 |
名称 | 说明 | |
---|---|---|
ClassDescribe | 反射类定义 (重写 ClassDescribe(__Usual).) | |
ClassName | Retrieves the name of the class an object belongs to. (继承自 Abstract。) | |
ClassObject | Retrieves the class object (System.Type) of a class. (继承自 Abstract。) | |
Copy | Creates a dependent shallow copy of this instance | |
DefineMethod | Defines a dynamic method. | |
Eval | (继承自 Abstract。) | |
GetNoIVar | Handles access operations to undefined instance variables. (继承自 Abstract。) | |
GetPropertyNames | ||
HasIVar | (继承自 Abstract。) | |
IsDerivedFrom | Checks if an object belongs to or is derived from a particular class. (继承自 Abstract。) | |
IsMemberVar |
Checks if the object has a particular member variable
| |
Merge | Merges exported member variables from another object into this instance. | |
NoIvarGet | 处理赋值操作并添加未定义的实例变量。 (重写 NoIvarGet(String).) | |
NoIvarPut | 处理赋值操作并添加未定义的实例变量。 (重写 NoIvarPut(String, __Usual).) | |
NoMethod | 定义动态方法。 (重写 NoMethod(__Usual, __Usual).) | |
Notify | Receives notifications from DatabaseEngines (继承自 Abstract。) | |
SetNoIVar | Handles assign operations to undefined instance variables. (继承自 Abstract。) |