SimpleORM.NET
MetaObject Interface
NamespacesSorm.InterfacesMetaObject

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

Used to track persistent objects in memory. Does not prevent the referenced objects from being collected by the GC because it uses weak referencing.
Declaration Syntax
C#Visual BasicVisual C++
public interface MetaObject
Public Interface MetaObject
public interface class MetaObject
Members
All MembersMethodsProperties



IconMemberDescription
field(String)
Associated MetaObject's can be queried with this accessor.

id
The associated global unique identifier.

info
Schema descriptor for the tracked object.

item
The tracked object, may be null. The setter is for internal usage only.

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