C# 클래스 CinderellaLauncher.CinderellaClass

파일 보기 프로젝트 열기: ThomasMoreCollege/CinderellaMGS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RequestedGodMother int
SpecialNeeds bool
appDate System.DateTime
appTime System.DateTime
diffFromappTime double

공개 메소드들

메소드 설명
CinderellaClass ( ) : System
CinderellaClass ( int ID, string firstName, string lastName, System.DateTime appointment, System.DateTime timeStamp, string email, string phone ) : System
CinderellaClass ( string firstName, string lastName, int id, System.DateTime apptTime ) : System
add ( ) : void
getCinderellaDate ( ) : System.DateTime
getCinderellaEmail ( ) : string
getCinderellaID ( ) : int
getCinderellaPhone ( ) : string
getCinderellaTime ( ) : System.DateTime
getFirstName ( ) : string
getLastName ( ) : string
setCinderellaFirstName ( string Name ) : void

메소드 상세

CinderellaClass() 공개 메소드

public CinderellaClass ( ) : System
리턴 System

CinderellaClass() 공개 메소드

public CinderellaClass ( int ID, string firstName, string lastName, System.DateTime appointment, System.DateTime timeStamp, string email, string phone ) : System
ID int
firstName string
lastName string
appointment System.DateTime
timeStamp System.DateTime
email string
phone string
리턴 System

CinderellaClass() 공개 메소드

public CinderellaClass ( string firstName, string lastName, int id, System.DateTime apptTime ) : System
firstName string
lastName string
id int
apptTime System.DateTime
리턴 System

add() 공개 메소드

public add ( ) : void
리턴 void

getCinderellaDate() 공개 메소드

public getCinderellaDate ( ) : System.DateTime
리턴 System.DateTime

getCinderellaEmail() 공개 메소드

public getCinderellaEmail ( ) : string
리턴 string

getCinderellaID() 공개 메소드

public getCinderellaID ( ) : int
리턴 int

getCinderellaPhone() 공개 메소드

public getCinderellaPhone ( ) : string
리턴 string

getCinderellaTime() 공개 메소드

public getCinderellaTime ( ) : System.DateTime
리턴 System.DateTime

getFirstName() 공개 메소드

public getFirstName ( ) : string
리턴 string

getLastName() 공개 메소드

public getLastName ( ) : string
리턴 string

setCinderellaFirstName() 공개 메소드

public setCinderellaFirstName ( string Name ) : void
Name string
리턴 void

프로퍼티 상세

RequestedGodMother 공개적으로 프로퍼티

public int RequestedGodMother
리턴 int

SpecialNeeds 공개적으로 프로퍼티

public bool SpecialNeeds
리턴 bool

appDate 공개적으로 프로퍼티

public DateTime,System appDate
리턴 System.DateTime

appTime 공개적으로 프로퍼티

public DateTime,System appTime
리턴 System.DateTime

diffFromappTime 공개적으로 프로퍼티

public double diffFromappTime
리턴 double