C# Class BloombergFLP.CollectdWin.EventValue

Inheritance: CollectableValue
Show file Open project: Netuitive/collectdwin Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
EventValue ( string hostname, long timestamp, int nLevel, string title, string message, long id ) : System
GetHashCode ( ) : int
getJSON ( ) : string
levelToString ( int level ) : string

Method Details

Equals() public method

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

EventValue() public method

public EventValue ( string hostname, long timestamp, int nLevel, string title, string message, long id ) : System
hostname string
timestamp long
nLevel int
title string
message string
id long
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

getJSON() public method

public getJSON ( ) : string
return string

levelToString() public static method

public static levelToString ( int level ) : string
level int
return string