[This is preliminary documentation and is subject to change.]
Table-mapping for types
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface ItemSchema
Public Interface ItemSchema
public interface class ItemSchema
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
after_delete(Object) |
Triggered by the serialization mechanism.
| |
after_load(Object) |
Triggered by the serialization mechanism.
| |
after_store(Object) |
Triggered by the serialization mechanism.
| |
before_delete(Object) |
Triggered by the serialization mechanism.
| |
before_load(Object) |
Triggered by the serialization mechanism.
| |
before_store(Object) |
Triggered by the serialization mechanism.
| |
fields |
List of fields assigned to this part of a type.
| |
nodes |
Connections to other types.
| |
table_name |
Associated table.
|