C# Class Tobasa.PostProperty

Afficher le fichier Open project: jefrisibarani/tobasaqueue Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetCtlCaption() public méthode

public GetCtlCaption ( ) : string>.PostPropertyItem
Résultat string>.PostPropertyItem

GetCtlEnabled() public méthode

public GetCtlEnabled ( ) : bool>.PostPropertyItem
Résultat bool>.PostPropertyItem

GetCtlImageOff() public méthode

public GetCtlImageOff ( ) : string>.PostPropertyItem
Résultat string>.PostPropertyItem

GetCtlImageOn() public méthode

public GetCtlImageOn ( ) : string>.PostPropertyItem
Résultat string>.PostPropertyItem

GetCtlName() public méthode

public GetCtlName ( ) : string>.PostPropertyItem
Résultat string>.PostPropertyItem

GetCtlPrintCopies() public méthode

public GetCtlPrintCopies ( ) : int>.PostPropertyItem
Résultat int>.PostPropertyItem

GetCtlPrintFooter() public méthode

public GetCtlPrintFooter ( ) : string>.PostPropertyItem
Résultat string>.PostPropertyItem

GetCtlPrintHeader() public méthode

public GetCtlPrintHeader ( ) : string>.PostPropertyItem
Résultat string>.PostPropertyItem

GetCtlVisible() public méthode

public GetCtlVisible ( ) : bool>.PostPropertyItem
Résultat bool>.PostPropertyItem

LoadFromConfiguration() public méthode

public LoadFromConfiguration ( ) : void
Résultat void

PostProperty() public méthode

public PostProperty ( string id ) : System
id string
Résultat System

PostProperty() public méthode

public PostProperty ( string id ) : System.Collections.Generic
id string
Résultat System.Collections.Generic

SaveToConfiguration() public méthode

public SaveToConfiguration ( ) : void
Résultat void

SetCtlCaption() public méthode

public SetCtlCaption ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
Résultat PostProperty

SetCtlEnabled() public méthode

public SetCtlEnabled ( string name, CheckBox ctl ) : PostProperty
name string
ctl CheckBox
Résultat PostProperty

SetCtlImageOff() public méthode

public SetCtlImageOff ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
Résultat PostProperty

SetCtlImageOn() public méthode

public SetCtlImageOn ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
Résultat PostProperty

SetCtlName() public méthode

public SetCtlName ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
Résultat PostProperty

SetCtlPrintCopies() public méthode

public SetCtlPrintCopies ( string name, NumericUpDown ctl ) : PostProperty
name string
ctl NumericUpDown
Résultat PostProperty

SetCtlPrintFooter() public méthode

public SetCtlPrintFooter ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
Résultat PostProperty

SetCtlPrintHeader() public méthode

public SetCtlPrintHeader ( string name, TextBox ctl ) : PostProperty
name string
ctl TextBox
Résultat PostProperty

SetCtlVisible() public méthode

public SetCtlVisible ( string name, CheckBox ctl ) : PostProperty
name string
ctl CheckBox
Résultat PostProperty