C# Class Bracket.Events.BracketEvent

Inheritance: System.EventArgs
Datei anzeigen Open project: PlasticLizard/Bracket Class Usage Examples

Public Properties

Property Type Description
LogAllEvents bool

Public Methods

Method Description
BracketEvent ( ) : System
PublishError ( object eventSource, Exception error ) : void
PublishEvent ( object eventSource, BracketEvent e ) : void
PublishEvent ( object eventSource, BracketEventType eventType, BracketEvents eventName ) : void
PublishEvent ( object eventSource, BracketEventType eventType, BracketEvents eventName, string eventDescription ) : void
ToString ( ) : string
Trace ( object source, string description ) : void

Method Details

BracketEvent() public method

public BracketEvent ( ) : System
return System

PublishError() public static method

public static PublishError ( object eventSource, Exception error ) : void
eventSource object
error System.Exception
return void

PublishEvent() public static method

public static PublishEvent ( object eventSource, BracketEvent e ) : void
eventSource object
e BracketEvent
return void

PublishEvent() public static method

public static PublishEvent ( object eventSource, BracketEventType eventType, BracketEvents eventName ) : void
eventSource object
eventType BracketEventType
eventName BracketEvents
return void

PublishEvent() public static method

public static PublishEvent ( object eventSource, BracketEventType eventType, BracketEvents eventName, string eventDescription ) : void
eventSource object
eventType BracketEventType
eventName BracketEvents
eventDescription string
return void

ToString() public method

public ToString ( ) : string
return string

Trace() public static method

public static Trace ( object source, string description ) : void
source object
description string
return void

Property Details

LogAllEvents public_oe static_oe property

public static bool LogAllEvents
return bool