C# 클래스 LayoutFarm.WebDom.CssPropertyDeclaration

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dbugId int

공개 메소드들

메소드 설명
AddValue ( CssCodeValueExpression value ) : void
CssPropertyDeclaration ( WellknownCssPropertyName wellNamePropertyName ) : System
CssPropertyDeclaration ( WellknownCssPropertyName wellNamePropertyName, CssCodeValueExpression value ) : System
CssPropertyDeclaration ( string unknownName ) : System
GetPropertyValue ( int index ) : CssCodeValueExpression
ReplaceValue ( int index, CssCodeValueExpression value ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
CollectValues ( StringBuilder stBuilder ) : void

메소드 상세

AddValue() 공개 메소드

public AddValue ( CssCodeValueExpression value ) : void
value CssCodeValueExpression
리턴 void

CssPropertyDeclaration() 공개 메소드

public CssPropertyDeclaration ( WellknownCssPropertyName wellNamePropertyName ) : System
wellNamePropertyName WellknownCssPropertyName
리턴 System

CssPropertyDeclaration() 공개 메소드

public CssPropertyDeclaration ( WellknownCssPropertyName wellNamePropertyName, CssCodeValueExpression value ) : System
wellNamePropertyName WellknownCssPropertyName
value CssCodeValueExpression
리턴 System

CssPropertyDeclaration() 공개 메소드

public CssPropertyDeclaration ( string unknownName ) : System
unknownName string
리턴 System

GetPropertyValue() 공개 메소드

public GetPropertyValue ( int index ) : CssCodeValueExpression
index int
리턴 CssCodeValueExpression

ReplaceValue() 공개 메소드

public ReplaceValue ( int index, CssCodeValueExpression value ) : void
index int
value CssCodeValueExpression
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

dbugId 공개적으로 프로퍼티

public int dbugId
리턴 int