SimpleORM.NET
ItemSchema Interface
NamespacesSorm.InterfacesItemSchema

[This is preliminary documentation and is subject to change.]

Table-mapping for types
Declaration Syntax
C#Visual BasicVisual C++
public interface ItemSchema
Public Interface ItemSchema
public interface class ItemSchema
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068