C# Class CinderellaLauncher.CinderellaClass

Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Méthodes publiques

Свойство Type Description
RequestedGodMother int
SpecialNeeds bool
appDate System.DateTime
appTime System.DateTime
diffFromappTime double

Méthodes publiques

Méthode 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 méthode

public CinderellaClass ( ) : System
Résultat System

CinderellaClass() public méthode

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
Résultat System

CinderellaClass() public méthode

public CinderellaClass ( string firstName, string lastName, int id, System.DateTime apptTime ) : System
firstName string
lastName string
id int
apptTime System.DateTime
Résultat System

add() public méthode

public add ( ) : void
Résultat void

getCinderellaDate() public méthode

public getCinderellaDate ( ) : System.DateTime
Résultat System.DateTime

getCinderellaEmail() public méthode

public getCinderellaEmail ( ) : string
Résultat string

getCinderellaID() public méthode

public getCinderellaID ( ) : int
Résultat int

getCinderellaPhone() public méthode

public getCinderellaPhone ( ) : string
Résultat string

getCinderellaTime() public méthode

public getCinderellaTime ( ) : System.DateTime
Résultat System.DateTime

getFirstName() public méthode

public getFirstName ( ) : string
Résultat string

getLastName() public méthode

public getLastName ( ) : string
Résultat string

setCinderellaFirstName() public méthode

public setCinderellaFirstName ( string Name ) : void
Name string
Résultat void

Property Details

RequestedGodMother public_oe property

public int RequestedGodMother
Résultat int

SpecialNeeds public_oe property

public bool SpecialNeeds
Résultat bool

appDate public_oe property

public DateTime,System appDate
Résultat System.DateTime

appTime public_oe property

public DateTime,System appTime
Résultat System.DateTime

diffFromappTime public_oe property

public double diffFromappTime
Résultat double