C# 클래스 Tobasa.PostProperty

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

공개 메소드들

메소드 설명
GetCtlCaption ( ) : string>.PostPropertyItem
GetCtlEnabled ( ) : bool>.PostPropertyItem
GetCtlImageOff ( ) : string>.PostPropertyItem
GetCtlImageOn ( ) : string>.PostPropertyItem
GetCtlName ( ) : string>.PostPropertyItem
GetCtlPrintCopies ( ) : int>.PostPropertyItem
GetCtlPrintFooter ( ) : string>.PostPropertyItem
GetCtlPrintHeader ( ) : string>.PostPropertyItem
GetCtlVisible ( ) : bool>.PostPropertyItem
LoadFromConfiguration ( ) : void
PostProperty ( string id ) : System
PostProperty ( string id ) : System.Collections.Generic
SaveToConfiguration ( ) : void
SetCtlCaption ( string name, TextBox ctl ) : PostProperty
SetCtlEnabled ( string name, CheckBox ctl ) : PostProperty
SetCtlImageOff ( string name, TextBox ctl ) : PostProperty
SetCtlImageOn ( string name, TextBox ctl ) : PostProperty
SetCtlName ( string name, TextBox ctl ) : PostProperty
SetCtlPrintCopies ( string name, NumericUpDown ctl ) : PostProperty
SetCtlPrintFooter ( string name, TextBox ctl ) : PostProperty
SetCtlPrintHeader ( string name, TextBox ctl ) : PostProperty
SetCtlVisible ( string name, CheckBox ctl ) : PostProperty

메소드 상세

GetCtlCaption() 공개 메소드

public GetCtlCaption ( ) : string>.PostPropertyItem
리턴 string>.PostPropertyItem

GetCtlEnabled() 공개 메소드

public GetCtlEnabled ( ) : bool>.PostPropertyItem
리턴 bool>.PostPropertyItem

GetCtlImageOff() 공개 메소드

public GetCtlImageOff ( ) : string>.PostPropertyItem
리턴 string>.PostPropertyItem

GetCtlImageOn() 공개 메소드

public GetCtlImageOn ( ) : string>.PostPropertyItem
리턴 string>.PostPropertyItem

GetCtlName() 공개 메소드

public GetCtlName ( ) : string>.PostPropertyItem
리턴 string>.PostPropertyItem

GetCtlPrintCopies() 공개 메소드

public GetCtlPrintCopies ( ) : int>.PostPropertyItem
리턴 int>.PostPropertyItem

GetCtlPrintFooter() 공개 메소드

public GetCtlPrintFooter ( ) : string>.PostPropertyItem
리턴 string>.PostPropertyItem

GetCtlPrintHeader() 공개 메소드

public GetCtlPrintHeader ( ) : string>.PostPropertyItem
리턴 string>.PostPropertyItem

GetCtlVisible() 공개 메소드

public GetCtlVisible ( ) : bool>.PostPropertyItem
리턴 bool>.PostPropertyItem

LoadFromConfiguration() 공개 메소드

public LoadFromConfiguration ( ) : void
리턴 void

PostProperty() 공개 메소드

public PostProperty ( string id ) : System
id string
리턴 System

PostProperty() 공개 메소드

public PostProperty ( string id ) : System.Collections.Generic
id string
리턴 System.Collections.Generic

SaveToConfiguration() 공개 메소드

public SaveToConfiguration ( ) : void
리턴 void

SetCtlCaption() 공개 메소드

public SetCtlCaption ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
리턴 PostProperty

SetCtlEnabled() 공개 메소드

public SetCtlEnabled ( string name, CheckBox ctl ) : PostProperty
name string
ctl CheckBox
리턴 PostProperty

SetCtlImageOff() 공개 메소드

public SetCtlImageOff ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
리턴 PostProperty

SetCtlImageOn() 공개 메소드

public SetCtlImageOn ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
리턴 PostProperty

SetCtlName() 공개 메소드

public SetCtlName ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
리턴 PostProperty

SetCtlPrintCopies() 공개 메소드

public SetCtlPrintCopies ( string name, NumericUpDown ctl ) : PostProperty
name string
ctl NumericUpDown
리턴 PostProperty

SetCtlPrintFooter() 공개 메소드

public SetCtlPrintFooter ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
리턴 PostProperty

SetCtlPrintHeader() 공개 메소드

public SetCtlPrintHeader ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
리턴 PostProperty

SetCtlVisible() 공개 메소드

public SetCtlVisible ( string name, CheckBox ctl ) : PostProperty
name string
ctl CheckBox
리턴 PostProperty