C# Class ElmcityUtils.iis_failed_request

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

Private Properties

Property Type Description
OnIDChanged void
OnIDChanging void
OncomputerChanged void
OncomputerChanging void
OncreatedChanged void
OncreatedChanging void
OndurationChanged void
OndurationChanging void
OnreasonChanged void
OnreasonChanging void
OnstatusChanged void
OnstatusChanging void
OnurlChanged void
OnurlChanging void

Public Methods

Method Description
Createiis_failed_request ( global id, global url, global duration, global created, global computer, global status ) : iis_failed_request

Create a new iis_failed_request object.

Private Methods

Method Description
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OncomputerChanged ( ) : void
OncomputerChanging ( global value ) : void
OncreatedChanged ( ) : void
OncreatedChanging ( global value ) : void
OndurationChanged ( ) : void
OndurationChanging ( global value ) : void
OnreasonChanged ( ) : void
OnreasonChanging ( global value ) : void
OnstatusChanged ( ) : void
OnstatusChanging ( global value ) : void
OnurlChanged ( ) : void
OnurlChanging ( global value ) : void

Method Details

Createiis_failed_request() public static method

Create a new iis_failed_request object.
public static Createiis_failed_request ( global id, global url, global duration, global created, global computer, global status ) : iis_failed_request
id global Initial value of the ID property.
url global Initial value of the url property.
duration global Initial value of the duration property.
created global Initial value of the created property.
computer global Initial value of the computer property.
status global Initial value of the status property.
return iis_failed_request