C# 클래스 Saimoe.Models.Profile

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: quietlynn/gplus.saimoe 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CreateProfile ( global id, global interest, global characteristic, global actingCute, global tagline, global joinedDate ) : Profile

Create a new Profile object.

비공개 메소드들

메소드 설명
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

메소드 상세

CreateProfile() 공개 정적인 메소드

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.
리턴 Profile