SharpSchedule

ClientPicture Members

ClientPicture overview

Public Instance Constructors

ClientPictureOverloaded. Initializes a new instance of the ClientPicture class.

Public Instance Properties

ActiveInd (inherited from AbstractPicture) Indicates if this picture is active, or if there is another picture that should be used.
Audit (inherited from AbstractEntity) The audit columns for the client.
ClientId The id of the client that this picture represents.
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
Id Unique key for the client picture.
IsPersisted (inherited from Gentle.Framework.Persistent) 
Name (inherited from AbstractPicture) Set the name of the photograph.
Picture (inherited from AbstractPicture) The picture itself.
PictureData (inherited from AbstractPicture) The picture byte array.
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.
ToByteArray (inherited from AbstractPicture) Convert the image to a byte array.
ToImage (inherited from AbstractPicture) Convert the image byte array to an image object.

See Also

ClientPicture Class | Ozanam.Schedule.Store.Entity Namespace