C# Class NLogViewer.Receivers.LogEventReceiverInfo

Show file 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
LogEventReceiverInfo ( ) : System
LogEventReceiverInfo ( string name, string summary, string description, Type type ) : System
ToString ( ) : string

Method Details

LogEventReceiverInfo() public method

public LogEventReceiverInfo ( ) : System
return System

LogEventReceiverInfo() public method

public LogEventReceiverInfo ( 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 property

public string Description
return string

Name public property

public string Name
return string

Summary public property

public string Summary
return string

Type public property

public Type,System Type
return System.Type