SimpleORM.NET
TypeSchema Interface
NamespacesSorm.InterfacesTypeSchema

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

This interface describes te properties of a registered type as needed for making its instances persistent.
Declaration Syntax
C#Visual BasicVisual C++
public interface TypeSchema
Public Interface TypeSchema
public interface class TypeSchema
Members
All MembersMethodsProperties



IconMemberDescription
descendents
Types to which this type is a base class.

field(String)
Retrieving a field schema by name.

fields
All its fields.

items
List of tables representing this type.

type
The real .NET type.

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