C# Class ITimeU.Models.Runtime

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

Private Properties

Property Type Description
OnCheckpointIDChanged void
OnCheckpointIDChanging void
OnIsDeletedChanged void
OnIsDeletedChanging void
OnIsMergedChanged void
OnIsMergedChanging void
OnRuntime1Changed void
OnRuntime1Changing void
OnRuntimeIDChanged void
OnRuntimeIDChanging void

Public Methods

Method Description
CreateRuntime ( global runtimeID, global runtime1, global checkpointID, global isMerged, global isDeleted ) : Runtime

Create a new Runtime object.

Private Methods

Method Description
OnCheckpointIDChanged ( ) : void
OnCheckpointIDChanging ( global value ) : void
OnIsDeletedChanged ( ) : void
OnIsDeletedChanging ( global value ) : void
OnIsMergedChanged ( ) : void
OnIsMergedChanging ( global value ) : void
OnRuntime1Changed ( ) : void
OnRuntime1Changing ( global value ) : void
OnRuntimeIDChanged ( ) : void
OnRuntimeIDChanging ( global value ) : void

Method Details

CreateRuntime() public static method

Create a new Runtime object.
public static CreateRuntime ( global runtimeID, global runtime1, global checkpointID, global isMerged, global isDeleted ) : Runtime
runtimeID global Initial value of the RuntimeID property.
runtime1 global Initial value of the Runtime1 property.
checkpointID global Initial value of the CheckpointID property.
isMerged global Initial value of the IsMerged property.
isDeleted global Initial value of the IsDeleted property.
return Runtime