C# Class PitchingTube.Data.aspnet_WebEvent_Events

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

Private Properties

Property Type Description
OnApplicationPathChanged void
OnApplicationPathChanging void
OnApplicationVirtualPathChanged void
OnApplicationVirtualPathChanging void
OnDetailsChanged void
OnDetailsChanging void
OnEventCodeChanged void
OnEventCodeChanging void
OnEventDetailCodeChanged void
OnEventDetailCodeChanging void
OnEventIdChanged void
OnEventIdChanging void
OnEventOccurrenceChanged void
OnEventOccurrenceChanging void
OnEventSequenceChanged void
OnEventSequenceChanging void
OnEventTimeChanged void
OnEventTimeChanging void
OnEventTimeUtcChanged void
OnEventTimeUtcChanging void
OnEventTypeChanged void
OnEventTypeChanging void
OnExceptionTypeChanged void
OnExceptionTypeChanging void
OnMachineNameChanged void
OnMachineNameChanging void
OnMessageChanged void
OnMessageChanging void
OnRequestUrlChanged void
OnRequestUrlChanging void

Public Methods

Method Description
Createaspnet_WebEvent_Events ( global eventId, global eventTimeUtc, global eventTime, global eventType, global eventSequence, global eventOccurrence, global eventCode, global eventDetailCode, global machineName ) : aspnet_WebEvent_Events

Create a new aspnet_WebEvent_Events object.

Private Methods

Method Description
OnApplicationPathChanged ( ) : void
OnApplicationPathChanging ( global value ) : void
OnApplicationVirtualPathChanged ( ) : void
OnApplicationVirtualPathChanging ( global value ) : void
OnDetailsChanged ( ) : void
OnDetailsChanging ( global value ) : void
OnEventCodeChanged ( ) : void
OnEventCodeChanging ( global value ) : void
OnEventDetailCodeChanged ( ) : void
OnEventDetailCodeChanging ( global value ) : void
OnEventIdChanged ( ) : void
OnEventIdChanging ( global value ) : void
OnEventOccurrenceChanged ( ) : void
OnEventOccurrenceChanging ( global value ) : void
OnEventSequenceChanged ( ) : void
OnEventSequenceChanging ( global value ) : void
OnEventTimeChanged ( ) : void
OnEventTimeChanging ( global value ) : void
OnEventTimeUtcChanged ( ) : void
OnEventTimeUtcChanging ( global value ) : void
OnEventTypeChanged ( ) : void
OnEventTypeChanging ( global value ) : void
OnExceptionTypeChanged ( ) : void
OnExceptionTypeChanging ( global value ) : void
OnMachineNameChanged ( ) : void
OnMachineNameChanging ( global value ) : void
OnMessageChanged ( ) : void
OnMessageChanging ( global value ) : void
OnRequestUrlChanged ( ) : void
OnRequestUrlChanging ( global value ) : void

Method Details

Createaspnet_WebEvent_Events() public static method

Create a new aspnet_WebEvent_Events object.
public static Createaspnet_WebEvent_Events ( global eventId, global eventTimeUtc, global eventTime, global eventType, global eventSequence, global eventOccurrence, global eventCode, global eventDetailCode, global machineName ) : aspnet_WebEvent_Events
eventId global Initial value of the EventId property.
eventTimeUtc global Initial value of the EventTimeUtc property.
eventTime global Initial value of the EventTime property.
eventType global Initial value of the EventType property.
eventSequence global Initial value of the EventSequence property.
eventOccurrence global Initial value of the EventOccurrence property.
eventCode global Initial value of the EventCode property.
eventDetailCode global Initial value of the EventDetailCode property.
machineName global Initial value of the MachineName property.
return aspnet_WebEvent_Events