C# Class CinderellaLauncher.CinderellaClass

Show file Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Public Properties

Property Type Description
RequestedGodMother int
SpecialNeeds bool
appDate System.DateTime
appTime System.DateTime
diffFromappTime double

Public Methods

Method Description
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

Method Details

CinderellaClass() public method

public CinderellaClass ( ) : System
return System

CinderellaClass() public method

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
return System

CinderellaClass() public method

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

add() public method

public add ( ) : void
return void

getCinderellaDate() public method

public getCinderellaDate ( ) : System.DateTime
return System.DateTime

getCinderellaEmail() public method

public getCinderellaEmail ( ) : string
return string

getCinderellaID() public method

public getCinderellaID ( ) : int
return int

getCinderellaPhone() public method

public getCinderellaPhone ( ) : string
return string

getCinderellaTime() public method

public getCinderellaTime ( ) : System.DateTime
return System.DateTime

getFirstName() public method

public getFirstName ( ) : string
return string

getLastName() public method

public getLastName ( ) : string
return string

setCinderellaFirstName() public method

public setCinderellaFirstName ( string Name ) : void
Name string
return void

Property Details

RequestedGodMother public property

public int RequestedGodMother
return int

SpecialNeeds public property

public bool SpecialNeeds
return bool

appDate public property

public DateTime,System appDate
return System.DateTime

appTime public property

public DateTime,System appTime
return System.DateTime

diffFromappTime public property

public double diffFromappTime
return double