C# Class ITimeU.Models.Runtime

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

Private Properties

Свойство Type Description
OnCheckpointIDChanged void
OnCheckpointIDChanging void
OnIsDeletedChanged void
OnIsDeletedChanging void
OnIsMergedChanged void
OnIsMergedChanging void
OnRuntime1Changed void
OnRuntime1Changing void
OnRuntimeIDChanged void
OnRuntimeIDChanging void

Méthodes publiques

Méthode Description
CreateRuntime ( global runtimeID, global runtime1, global checkpointID, global isMerged, global isDeleted ) : Runtime

Create a new Runtime object.

Private Methods

Méthode 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 méthode

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.
Résultat Runtime