C# Class ITimeU.Models.CheckpointOrder

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

Private Properties

Property Type Description
OnCheckpointIDChanged void
OnCheckpointIDChanging void
OnIDChanged void
OnIDChanging void
OnIsDeletedChanged void
OnIsDeletedChanging void
OnIsMergedChanged void
OnIsMergedChanging void
OnOrderNumberChanged void
OnOrderNumberChanging void
OnStartingNumberChanged void
OnStartingNumberChanging void

Public Methods

Method Description
CreateCheckpointOrder ( global id, global isDeleted, global isMerged ) : CheckpointOrder

Create a new CheckpointOrder object.

Private Methods

Method Description
OnCheckpointIDChanged ( ) : void
OnCheckpointIDChanging ( Nullable value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnIsDeletedChanged ( ) : void
OnIsDeletedChanging ( global value ) : void
OnIsMergedChanged ( ) : void
OnIsMergedChanging ( global value ) : void
OnOrderNumberChanged ( ) : void
OnOrderNumberChanging ( Nullable value ) : void
OnStartingNumberChanged ( ) : void
OnStartingNumberChanging ( Nullable value ) : void

Method Details

CreateCheckpointOrder() public static method

Create a new CheckpointOrder object.
public static CreateCheckpointOrder ( global id, global isDeleted, global isMerged ) : CheckpointOrder
id global Initial value of the ID property.
isDeleted global Initial value of the IsDeleted property.
isMerged global Initial value of the IsMerged property.
return CheckpointOrder