C# Class PitchingTube.Data.Tube

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

Private Properties

Свойство Type Description
OnCreatedDateChanged void
OnCreatedDateChanging void
OnModeChanged void
OnModeChanging void
OnTubeIdChanged void
OnTubeIdChanging void

Méthodes publiques

Méthode Description
CreateTube ( global tubeId, global createdDate ) : Tube

Create a new Tube object.

Private Methods

Méthode Description
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnModeChanged ( ) : void
OnModeChanging ( Nullable value ) : void
OnTubeIdChanged ( ) : void
OnTubeIdChanging ( global value ) : void

Method Details

CreateTube() public static méthode

Create a new Tube object.
public static CreateTube ( global tubeId, global createdDate ) : Tube
tubeId global Initial value of the TubeId property.
createdDate global Initial value of the CreatedDate property.
Résultat Tube