C# Class fitSharp.Machine.Model.CellAttributeValue

Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Méthode Description
Format ( Cell cell, StringBuilder input ) : void
Make ( CellAttribute attribute ) : CellAttributeValue
SetValue ( string value ) : void

Méthodes protégées

Méthode Description
Label ( string text ) : string

Method Details

Format() public méthode

public Format ( Cell cell, StringBuilder input ) : void
cell Cell
input StringBuilder
Résultat void

Label() protected static méthode

protected static Label ( string text ) : string
text string
Résultat string

Make() public static méthode

public static Make ( CellAttribute attribute ) : CellAttributeValue
attribute CellAttribute
Résultat CellAttributeValue

SetValue() public méthode

public SetValue ( string value ) : void
value string
Résultat void