SharpSchedule

StaffAddress Members

StaffAddress overview

Public Instance Constructors

StaffAddressOverloaded. Initializes a new instance of the StaffAddress class.

Public Instance Properties

Address (inherited from AbstractAddress) Street address, including house number.
Audit (inherited from AbstractEntity) The audit columns for the client.
City (inherited from AbstractAddress) City that the address is in.
CreatedBy (inherited from AbstractEntity)Missing <summary> documentation for P:Ozanam.Schedule.Store.Entity.AbstractEntity.CreatedBy
CreatedDate (inherited from AbstractEntity)Missing <summary> documentation for P:Ozanam.Schedule.Store.Entity.AbstractEntity.CreatedDate
Email (inherited from AbstractAddress) The email address, if there is one.
Id The primary key of the staff address.
IsPersisted (inherited from Gentle.Framework.Persistent) 
ParentId The id of the staff member that owns this address.
Phone1 (inherited from AbstractAddress) Primary phone number.
Phone2 (inherited from AbstractAddress) Alternate phone number.
PostalCode (inherited from AbstractAddress) The postal code.
PrimaryAddress (inherited from AbstractAddress)
true
if the address is in use, otherwise
false
.
Province (inherited from AbstractAddress) Province that the city is in.
UpdatedBy (inherited from AbstractEntity)Missing <summary> documentation for P:Ozanam.Schedule.Store.Entity.AbstractEntity.UpdatedBy
UpdatedDate (inherited from AbstractEntity)Missing <summary> documentation for P:Ozanam.Schedule.Store.Entity.AbstractEntity.UpdatedDate

Public Instance Methods

Equals (inherited from AbstractEntity) Determine if the object is equal to this object.
GetHashCode (inherited from AbstractEntity) 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 (inherited from AbstractEntity) 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 (inherited from AbstractEntity) Output the object as a human readable string.

Protected Instance Methods

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

See Also

StaffAddress Class | Ozanam.Schedule.Store.Entity Namespace