KREDOR Business Object Framework Documentation

MetaType Members

MetaType overview

Public Instance Properties

Key (inherited from BusinessObject) Gets the value of the primary key of the object.

Public Instance Methods

Delete (inherited from BusinessObject) Deletes the object from the database (the row corresponding to the object).
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Reload (inherited from BusinessObject) Reloads the object tree by requerying the database.
Save (inherited from BusinessObject)Overloaded. Saves the object to the database.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

MetaType Overloaded. Initializes a new instance of the MetaType class.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Protected Internal Instance Methods

OnLoad (inherited from BusinessObject) Overriden in derived classes. Automatically called when an object is loaded from the database, in order to load any contained objects and collections.

See Also

MetaType Class | Kredor.BO.MetaTypes Namespace