C# Class NLogViewer.Events.LogEvent

Represents the log event.
Mostrar archivo Open project: jkowalski/NLogViewer Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetOrdinal ( string name ) : int
LogEvent ( ILogEventColumns columns ) : System
this ( int ordinal ) : object
this ( string key ) : object

Private Methods

Method Description
MakeRoom ( int pos ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetOrdinal() public method

public GetOrdinal ( string name ) : int
name string
return int

LogEvent() public method

public LogEvent ( ILogEventColumns columns ) : System
columns ILogEventColumns
return System

this() public method

public this ( int ordinal ) : object
ordinal int
return object

this() public method

public this ( string key ) : object
key string
return object