C# Class TrainTracker.Web.Models.HistoryType

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

Private Properties

Property Type Description
OnHistoryType1Changed void
OnHistoryType1Changing void
OnHistoryTypeIDChanged void
OnHistoryTypeIDChanging void

Public Methods

Method Description
CreateHistoryType ( global historyTypeID, global historyType1 ) : HistoryType

Create a new HistoryType object.

Private Methods

Method Description
OnHistoryType1Changed ( ) : void
OnHistoryType1Changing ( global value ) : void
OnHistoryTypeIDChanged ( ) : void
OnHistoryTypeIDChanging ( global value ) : void

Method Details

CreateHistoryType() public static method

Create a new HistoryType object.
public static CreateHistoryType ( global historyTypeID, global historyType1 ) : HistoryType
historyTypeID global Initial value of the HistoryTypeID property.
historyType1 global Initial value of the HistoryType1 property.
return HistoryType