C# Класс fitSharp.Machine.Model.CellExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ClearAttribute() публичный статический Метод

public static ClearAttribute ( this cell, CellAttribute key ) : void
cell this
key CellAttribute
Результат void

FormatAttribute() публичный статический Метод

public static FormatAttribute ( this cell, CellAttribute key, StringBuilder input ) : void
cell this
key CellAttribute
input System.Text.StringBuilder
Результат void

GetAttribute() публичный статический Метод

public static GetAttribute ( this cell, CellAttribute key ) : string
cell this
key CellAttribute
Результат string

HasAttribute() публичный статический Метод

public static HasAttribute ( this cell, CellAttribute key ) : bool
cell this
key CellAttribute
Результат bool

SetAttribute() публичный статический Метод

public static SetAttribute ( this cell, CellAttribute key, string value ) : void
cell this
key CellAttribute
value string
Результат void

SetTag() публичный статический Метод

public static SetTag ( this cell, string tag ) : void
cell this
tag string
Результат void