C# Class fitSharp.Machine.Model.CellExtension

Mostrar archivo Open project: jediwhale/fitsharp

Public Methods

Method Description
ClearAttribute ( this cell, CellAttribute key ) : void
FormatAttribute ( this cell, CellAttribute key, StringBuilder input ) : void
GetAttribute ( this cell, CellAttribute key ) : string
HasAttribute ( this cell, CellAttribute key ) : bool
SetAttribute ( this cell, CellAttribute key, string value ) : void
SetTag ( this cell, string tag ) : void

Method Details

ClearAttribute() public static method

public static ClearAttribute ( this cell, CellAttribute key ) : void
cell this
key CellAttribute
return void

FormatAttribute() public static method

public static FormatAttribute ( this cell, CellAttribute key, StringBuilder input ) : void
cell this
key CellAttribute
input System.Text.StringBuilder
return void

GetAttribute() public static method

public static GetAttribute ( this cell, CellAttribute key ) : string
cell this
key CellAttribute
return string

HasAttribute() public static method

public static HasAttribute ( this cell, CellAttribute key ) : bool
cell this
key CellAttribute
return bool

SetAttribute() public static method

public static SetAttribute ( this cell, CellAttribute key, string value ) : void
cell this
key CellAttribute
value string
return void

SetTag() public static method

public static SetTag ( this cell, string tag ) : void
cell this
tag string
return void