The Subclass type exposes the following members.

Methods

  NameDescription
AddFilter (Inherited from PersistentClass.)
AddProperty
Add the Property to this PersistentClass.
(Overrides PersistentClass..::.AddProperty(Property).)
AddSubclass
Adds a Subclass to the class hierarchy.
(Inherited from PersistentClass.)
AddSubclassProperty
Adds a Property that is implemented by a subclass.
(Overrides PersistentClass..::.AddSubclassProperty(Property).)
AddSubclassTable
Adds a Table that a subclass is stored in.
(Overrides PersistentClass..::.AddSubclassTable(Table).)
AddSynchronizedTable (Inherited from PersistentClass.)
CreateForeignKey
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