C# Class NLogViewer.Parsers.LogEventParserInfo

Datei anzeigen Open project: jkowalski/NLogViewer Class Usage Examples

Public Properties

Property Type Description
Description string
Name string
Summary string
Type System.Type

Public Methods

Method Description
LogEventParserInfo ( ) : System
LogEventParserInfo ( string name, string summary, string description, Type type ) : System
ToString ( ) : string

Method Details

LogEventParserInfo() public method

public LogEventParserInfo ( ) : System
return System

LogEventParserInfo() public method

public LogEventParserInfo ( string name, string summary, string description, Type type ) : System
name string
summary string
description string
type System.Type
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Description public_oe property

public string Description
return string

Name public_oe property

public string Name
return string

Summary public_oe property

public string Summary
return string

Type public_oe property

public Type,System Type
return System.Type