Свойство | Тип | Описание | |
---|---|---|---|
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 |
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 | |
string | ||
phone | string | |
Результат | System |
public CinderellaClass ( string firstName, string lastName, int id, System.DateTime apptTime ) : System | ||
firstName | string | |
lastName | string | |
id | int | |
apptTime | System.DateTime | |
Результат | System |
public getCinderellaDate ( ) : System.DateTime | ||
Результат | System.DateTime |
public getCinderellaTime ( ) : System.DateTime | ||
Результат | System.DateTime |
public setCinderellaFirstName ( string Name ) : void | ||
Name | string | |
Результат | void |