C# 클래스 Hyena.Data.ColumnDescription

파일 보기 프로젝트 열기: rubenv/tripod

공개 메소드들

메소드 설명
ColumnDescription ( string property, string title, double width ) : System
ColumnDescription ( string property, string title, double width, bool visible ) : System

보호된 메소드들

메소드 설명
OnVisibilityChanged ( ) : void
OnWidthChanged ( ) : void

메소드 상세

ColumnDescription() 공개 메소드

public ColumnDescription ( string property, string title, double width ) : System
property string
title string
width double
리턴 System

ColumnDescription() 공개 메소드

public ColumnDescription ( string property, string title, double width, bool visible ) : System
property string
title string
width double
visible bool
리턴 System

OnVisibilityChanged() 보호된 메소드

protected OnVisibilityChanged ( ) : void
리턴 void

OnWidthChanged() 보호된 메소드

protected OnWidthChanged ( ) : void
리턴 void