[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 Basic | Visual C++ |
public interface TypeSchema
Public Interface TypeSchema
public interface class TypeSchema
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
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.
|