C# Class Testing.Shift

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Property Type Description
OnEndTimeChanged void
OnEndTimeChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void
OnShiftIDChanged void
OnShiftIDChanging void
OnStartTimeChanged void
OnStartTimeChanging void

Public Methods

Method Description
CreateShift ( global shiftID, global name, global startTime, global endTime, global modifiedDate ) : Shift

Create a new Shift object.

Private Methods

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

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.
return Shift