SharpSchedule

AbstractEntity Methods

The methods of the AbstractEntity class are listed below. For a complete list of AbstractEntity class members, see the AbstractEntity Members topic.

Public Instance Methods

Equals Determine if the object is equal to this object.
GetHashCode Get the hash code of the entity by looping through all properties and getting the property hashcode. If an exception is thrown when getting a value on a property then the hash code is just incremented.
GetKey Return the primary key for the object.
GetType (inherited from Object) 
Persist (inherited from Gentle.Framework.Persistent) 
Refresh (inherited from Gentle.Framework.Persistent) 
Remove (inherited from Gentle.Framework.Persistent) 
ToString Output the object as a human readable string.

Protected Instance Methods

Finalize (inherited from Object) 
IsChild Determine if the child actually belongs to the parent.
MemberwiseClone (inherited from Object) 
RetrieveList (inherited from Gentle.Framework.Persistent) 
SetAudit TODO: Document me.

See Also

AbstractEntity Class | Ozanam.Schedule.Store.Entity Namespace