C# Class Saimoe.Models.Profile

Inheritance: System.Data.Objects.DataClasses.EntityObject
Exibir arquivo Open project: quietlynn/gplus.saimoe Class Usage Examples

Private Properties

Property Type Description
OnActingCuteChanged void
OnActingCuteChanging void
OnCharacteristicChanged void
OnCharacteristicChanging void
OnIdChanged void
OnIdChanging void
OnInterestChanged void
OnInterestChanging void
OnJoinedDateChanged void
OnJoinedDateChanging void
OnRegistrationPostChanged void
OnRegistrationPostChanging void
OnTaglineChanged void
OnTaglineChanging void

Public Methods

Method Description
CreateProfile ( global id, global interest, global characteristic, global actingCute, global tagline, global joinedDate ) : Profile

Create a new Profile object.

Private Methods

Method Description
OnActingCuteChanged ( ) : void
OnActingCuteChanging ( global value ) : void
OnCharacteristicChanged ( ) : void
OnCharacteristicChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnInterestChanged ( ) : void
OnInterestChanging ( global value ) : void
OnJoinedDateChanged ( ) : void
OnJoinedDateChanging ( global value ) : void
OnRegistrationPostChanged ( ) : void
OnRegistrationPostChanging ( global value ) : void
OnTaglineChanged ( ) : void
OnTaglineChanging ( global value ) : void

Method Details

CreateProfile() public static method

Create a new Profile object.
public static CreateProfile ( global id, global interest, global characteristic, global actingCute, global tagline, global joinedDate ) : Profile
id global Initial value of the Id property.
interest global Initial value of the Interest property.
characteristic global Initial value of the Characteristic property.
actingCute global Initial value of the ActingCute property.
tagline global Initial value of the Tagline property.
joinedDate global Initial value of the JoinedDate property.
return Profile