C# Class NLogViewer.Configuration.LogColumn

Exibir arquivo Open project: jkowalski/NLogViewer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : LogColumn
LogColumn ( ) : System
LogColumn ( string name, int width ) : System
LogColumn ( string name, int width, bool visible ) : System
ToString ( ) : string

Method Details

Clone() public method

public Clone ( ) : LogColumn
return LogColumn

LogColumn() public method

public LogColumn ( ) : System
return System

LogColumn() public method

public LogColumn ( string name, int width ) : System
name string
width int
return System

LogColumn() public method

public LogColumn ( string name, int width, bool visible ) : System
name string
width int
visible bool
return System

ToString() public method

public ToString ( ) : string
return string