C# Class fitSharp.Machine.Model.CellExtension

Afficher le fichier Open project: jediwhale/fitsharp

Méthodes publiques

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

public static ClearAttribute ( this cell, CellAttribute key ) : void
cell this
key CellAttribute
Résultat void

FormatAttribute() public static méthode

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

GetAttribute() public static méthode

public static GetAttribute ( this cell, CellAttribute key ) : string
cell this
key CellAttribute
Résultat string

HasAttribute() public static méthode

public static HasAttribute ( this cell, CellAttribute key ) : bool
cell this
key CellAttribute
Résultat bool

SetAttribute() public static méthode

public static SetAttribute ( this cell, CellAttribute key, string value ) : void
cell this
key CellAttribute
value string
Résultat void

SetTag() public static méthode

public static SetTag ( this cell, string tag ) : void
cell this
tag string
Résultat void