DataObject Class |
Namespace: XSharp.XPP
The DataObject type exposes the following members.
Name | Description | |
---|---|---|
DataObject | Initializes a new instance of the DataObject class |
Name | Description | |
---|---|---|
ClassDescribe | Reflects the class definition (Overrides ClassDescribe(Usual).) | |
ClassName | Retrieves the name of the class an object belongs to. (Inherited from Abstract.) | |
ClassObject | Retrieves the class object (System.Type) of a class. (Inherited from Abstract.) | |
Copy | Creates a dependent shallow copy of this instance | |
DefineMethod | Defines a dynamic method. | |
Eval | (Inherited from Abstract.) | |
GetNoIVar | Handles access operations to undefined instance variables. (Inherited from Abstract.) | |
GetPropertyNames | ||
HasIVar | (Inherited from Abstract.) | |
IsDerivedFrom | Checks if an object belongs to or is derived from a particular class. (Inherited from Abstract.) | |
IsMemberVar |
Checks if the object has a particular member variable
| |
Merge | Merges exported member variables from another object into this instance. | |
NoIvarGet | Handles assignment operations to and adds undefined instance variables. (Overrides NoIvarGet(String).) | |
NoIvarPut | Handles assignment operations to and adds undefined instance variables. (Overrides NoIvarPut(String, Usual).) | |
NoMethod | Defines a dynamic method. (Overrides NoMethod(Usual, Usual).) | |
Notify | Receives notifications from DatabaseEngines (Inherited from Abstract.) | |
SetNoIVar | Handles assign operations to undefined instance variables. (Inherited from Abstract.) |