C# Class fitSharp.Machine.Model.CellAttributeValue

Show file Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Label ( string text ) : string

Method Details

Format() public method

public Format ( Cell cell, StringBuilder input ) : void
cell Cell
input StringBuilder
return void

Label() protected static method

protected static Label ( string text ) : string
text string
return string

Make() public static method

public static Make ( CellAttribute attribute ) : CellAttributeValue
attribute CellAttribute
return CellAttributeValue

SetValue() public method

public SetValue ( string value ) : void
value string
return void