C# Class PitchingTube.Data.Person

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: thesameqad/pitchingtube Class Usage Examples

Private Properties

Property Type Description
OnActivationLinkChanged void
OnActivationLinkChanging void
OnAvatarPathChanged void
OnAvatarPathChanging void
OnIsBotChanged void
OnIsBotChanging void
OnIsPublishChanged void
OnIsPublishChanging void
OnPayChanged void
OnPayChanging void
OnPersonIdChanged void
OnPersonIdChanging void
OnPhoneChanged void
OnPhoneChanging void
OnSkypeChanged void
OnSkypeChanging void
OnUserIdChanged void
OnUserIdChanging void

Public Methods

Method Description
CreatePerson ( global personId, global userId, global skype, global phone ) : Person

Create a new Person object.

Private Methods

Method Description
OnActivationLinkChanged ( ) : void
OnActivationLinkChanging ( global value ) : void
OnAvatarPathChanged ( ) : void
OnAvatarPathChanging ( global value ) : void
OnIsBotChanged ( ) : void
OnIsBotChanging ( Nullable value ) : void
OnIsPublishChanged ( ) : void
OnIsPublishChanging ( Nullable value ) : void
OnPayChanged ( ) : void
OnPayChanging ( Nullable value ) : void
OnPersonIdChanged ( ) : void
OnPersonIdChanging ( global value ) : void
OnPhoneChanged ( ) : void
OnPhoneChanging ( global value ) : void
OnSkypeChanged ( ) : void
OnSkypeChanging ( global value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( global value ) : void

Method Details

CreatePerson() public static method

Create a new Person object.
public static CreatePerson ( global personId, global userId, global skype, global phone ) : Person
personId global Initial value of the PersonId property.
userId global Initial value of the UserId property.
skype global Initial value of the Skype property.
phone global Initial value of the Phone property.
return Person