The RootClass type exposes the following members.

Methods

  NameDescription
AddFilter (Inherited from PersistentClass.)
AddProperty
Change the property definition or add a new property definition
(Inherited from PersistentClass.)
AddSubclass
Adds a Subclass to the class hierarchy.
(Overrides PersistentClass..::.AddSubclass(Subclass).)
AddSubclassProperty
Adds a Property that is implemented by a subclass.
(Inherited from PersistentClass.)
AddSubclassTable
Adds a Table that a subclass is stored in.
(Inherited from PersistentClass.)
AddSynchronizedTable (Inherited from PersistentClass.)
CreatePrimaryKey
Creates the PrimaryKey for the Table this type is persisted in.
(Inherited from PersistentClass.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetMetaAttribute (Inherited from PersistentClass.)
GetProperty
(Inherited from PersistentClass.)
GetRecursiveProperty (Inherited from PersistentClass.)
GetReferencedProperty
Given a property path, locate the appropriate referenceable property reference.
(Inherited from PersistentClass.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetCustomSQLDelete (Inherited from PersistentClass.)
SetCustomSQLInsert (Inherited from PersistentClass.)
SetCustomSQLUpdate (Inherited from PersistentClass.)
ToString (Inherited from PersistentClass.)
Validate
(Overrides PersistentClass..::.Validate(IMapping).)

See Also