C# 클래스 fitSharp.Machine.Model.CellExtension

파일 보기 프로젝트 열기: jediwhale/fitsharp

공개 메소드들

메소드 설명
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