C# Class TrainTracker.Web.Models.RailCarType

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

Private Properties

Свойство Type Description
OnLengthChanged void
OnLengthChanging void
OnTypeChanged void
OnTypeChanging void
OnTypeCodeChanged void
OnTypeCodeChanging void
OnTypeIDChanged void
OnTypeIDChanging void

Méthodes publiques

Méthode Description
CreateRailCarType ( global typeID, global type ) : RailCarType

Create a new RailCarType object.

Private Methods

Méthode Description
OnLengthChanged ( ) : void
OnLengthChanging ( Nullable value ) : void
OnTypeChanged ( ) : void
OnTypeChanging ( global value ) : void
OnTypeCodeChanged ( ) : void
OnTypeCodeChanging ( global value ) : void
OnTypeIDChanged ( ) : void
OnTypeIDChanging ( global value ) : void

Method Details

CreateRailCarType() public static méthode

Create a new RailCarType object.
public static CreateRailCarType ( global typeID, global type ) : RailCarType
typeID global Initial value of the TypeID property.
type global Initial value of the Type property.
Résultat RailCarType