C# Class PitchingTube.Data.Tube

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

Private Properties

Property Type Description
OnCreatedDateChanged void
OnCreatedDateChanging void
OnModeChanged void
OnModeChanging void
OnTubeIdChanged void
OnTubeIdChanging void

Public Methods

Method Description
CreateTube ( global tubeId, global createdDate ) : Tube

Create a new Tube object.

Private Methods

Method Description
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnModeChanged ( ) : void
OnModeChanging ( Nullable value ) : void
OnTubeIdChanged ( ) : void
OnTubeIdChanging ( global value ) : void

Method Details

CreateTube() public static method

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