C# 클래스 NUnitGoCore.CustomElements.CSSElements.StyleAttribute

파일 보기 프로젝트 열기: elv1s42/NUnitGo

공개 프로퍼티들

프로퍼티 타입 설명
StyleString string
Value string

공개 메소드들

메소드 설명
StyleAttribute ( HtmlTextWriterStyle style, string value ) : System.Collections.Generic
StyleAttribute ( string styleString, string value ) : System.Collections.Generic
StyleToString ( HtmlTextWriterStyle style ) : string
ToString ( ) : string

메소드 상세

StyleAttribute() 공개 메소드

public StyleAttribute ( HtmlTextWriterStyle style, string value ) : System.Collections.Generic
style HtmlTextWriterStyle
value string
리턴 System.Collections.Generic

StyleAttribute() 공개 메소드

public StyleAttribute ( string styleString, string value ) : System.Collections.Generic
styleString string
value string
리턴 System.Collections.Generic

StyleToString() 공개 메소드

public StyleToString ( HtmlTextWriterStyle style ) : string
style HtmlTextWriterStyle
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

StyleString 공개적으로 프로퍼티

public string StyleString
리턴 string

Value 공개적으로 프로퍼티

public string Value
리턴 string