C# 클래스 NLogViewer.Configuration.LogColumn

파일 보기 프로젝트 열기: jkowalski/NLogViewer 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : LogColumn
LogColumn ( ) : System
LogColumn ( string name, int width ) : System
LogColumn ( string name, int width, bool visible ) : System
ToString ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : LogColumn
리턴 LogColumn

LogColumn() 공개 메소드

public LogColumn ( ) : System
리턴 System

LogColumn() 공개 메소드

public LogColumn ( string name, int width ) : System
name string
width int
리턴 System

LogColumn() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string