点击或拖拽改变大小

DataObject 类

X#
The Xbase++ DataObject class.
继承层次
Object
  Abstract
    DataObject

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 CLASS DataObject INHERIT Abstract,  IMPLEMENTS IDynamicProperties
查看代码

DataObject 类型公开以下成员。

构造函数
  名称说明
公共方法DataObject
初始化 DataObject 类的一个新实例
Top
方法
  名称说明
公共方法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。)
Top
参见