C# Class ElmcityUtils.elmcity_log_entry

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: judell/elmcity Class Usage Examples

Private Properties

Property Type Description
OndataChanged void
OndataChanging void
OndatetimeChanged void
OndatetimeChanging void
OnmessageChanged void
OnmessageChanging void
OnticksChanged void
OnticksChanging void
OntypeChanged void
OntypeChanging void

Public Methods

Method Description
Createelmcity_log_entry ( global datetime, global ticks ) : elmcity_log_entry

Create a new elmcity_log_entry object.

Private Methods

Method Description
OndataChanged ( ) : void
OndataChanging ( global value ) : void
OndatetimeChanged ( ) : void
OndatetimeChanging ( global value ) : void
OnmessageChanged ( ) : void
OnmessageChanging ( global value ) : void
OnticksChanged ( ) : void
OnticksChanging ( global value ) : void
OntypeChanged ( ) : void
OntypeChanging ( global value ) : void

Method Details

Createelmcity_log_entry() public static method

Create a new elmcity_log_entry object.
public static Createelmcity_log_entry ( global datetime, global ticks ) : elmcity_log_entry
datetime global Initial value of the datetime property.
ticks global Initial value of the ticks property.
return elmcity_log_entry