BaseObject Constructors
Represents a base persistent class from which business classes can be inherited.| Name | Parameters | Description |
|---|---|---|
| BaseObject() | none | Creates a new instance of the BaseObject class. |
| BaseObject(Session) | session | Used to initialize a new instance of a BaseObject descendant, in a particular Session. |
See Also