ScxV6Object
Represents a database object.
Contents
| Name | Description |
|---|---|
| Aggregate Method | Returns an ScxV6Aggregate object representing a database aggregate |
| Class Method | Returns an ScxV6Class object representing the database class of the object. |
| Convert Method | Converts the object into another type of object. |
| ConvertTemplate Method | Converts a template instance from one template to another. |
| Copy Method | Copies a database object, returning an ScxV6Object object representing the new database object. |
| Create Method | Creates a new database object. |
| Find Method | Locates a database object that is a child of this object. |
| FullName Method | Returns the full name of this object. |
| GetSecurity Method | Returns the security of a database object. |
| ID Method | Returns the unique identifier of this object |
| InstanceID Method | Returns the object identifier of the template instance containing this object. |
| Interface Method | Returns an object representing the database interface of the object. |
| List Method | Returns a ScxV6Objects collection representing all objects in the database that share a common class type that are children of this object. |
| Move Method | Moves a database object from its current group to another. |
| Name Method | Gets or sets the name of the database object |
| Property Method | Gets or sets the value of a database propery of the object. |
| PropertyOverride Method | Gets or sets a template property override. |
| References Method | Returns a list of objects referring to this database object. The list is returned as an ScxV6Objects collection. |
| Rename Method | Renames a database object |
| SetSecurity Method | Sets the security on a database object. |
| TemplateID Method | Returns the object identifier of the template containing this object. |
| TemplateObject Method | Returns an ScxV6Object object representing the template object matching this object. |