C# Class Testing.Shift

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Свойство Type Description
OnEndTimeChanged void
OnEndTimeChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void
OnShiftIDChanged void
OnShiftIDChanging void
OnStartTimeChanged void
OnStartTimeChanging void

Méthodes publiques

Méthode Description
CreateShift ( global shiftID, global name, global startTime, global endTime, global modifiedDate ) : Shift

Create a new Shift object.

Private Methods

Méthode Description
OnEndTimeChanged ( ) : void
OnEndTimeChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnShiftIDChanged ( ) : void
OnShiftIDChanging ( global value ) : void
OnStartTimeChanged ( ) : void
OnStartTimeChanging ( global value ) : void

Method Details

CreateShift() public static méthode

Create a new Shift object.
public static CreateShift ( global shiftID, global name, global startTime, global endTime, global modifiedDate ) : Shift
shiftID global Initial value of the ShiftID property.
name global Initial value of the Name property.
startTime global Initial value of the StartTime property.
endTime global Initial value of the EndTime property.
modifiedDate global Initial value of the ModifiedDate property.
Résultat Shift