C# Class Bracket.Events.BracketEvent

Inheritance: System.EventArgs
Afficher le fichier Open project: PlasticLizard/Bracket Class Usage Examples

Méthodes publiques

Свойство Type Description
LogAllEvents bool

Méthodes publiques

Méthode 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 méthode

public BracketEvent ( ) : System
Résultat System

PublishError() public static méthode

public static PublishError ( object eventSource, Exception error ) : void
eventSource object
error System.Exception
Résultat void

PublishEvent() public static méthode

public static PublishEvent ( object eventSource, BracketEvent e ) : void
eventSource object
e BracketEvent
Résultat void

PublishEvent() public static méthode

public static PublishEvent ( object eventSource, BracketEventType eventType, BracketEvents eventName ) : void
eventSource object
eventType BracketEventType
eventName BracketEvents
Résultat void

PublishEvent() public static méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Trace() public static méthode

public static Trace ( object source, string description ) : void
source object
description string
Résultat void

Property Details

LogAllEvents public_oe static_oe property

public static bool LogAllEvents
Résultat bool