C# 클래스 WootzJs.Mvc.Views.Css.CssDeclaration

파일 보기 프로젝트 열기: kswoll/WootzJs 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
actions List
node WootzJs.Web.ElementStyle

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
Act ( ICssDeclarationAction action ) : void
Act ( string name, string value ) : void
Get ( string name ) : string
IsSet ( string name ) : bool
Set ( string name, object value ) : void
SetValue ( string name, string value ) : void

비공개 메소드들

메소드 설명
Attach ( WootzJs.Web.ElementStyle node ) : void

메소드 상세

Act() 보호된 메소드

protected Act ( ICssDeclarationAction action ) : void
action ICssDeclarationAction
리턴 void

Act() 보호된 메소드

protected Act ( string name, string value ) : void
name string
value string
리턴 void

Get() 보호된 메소드

protected Get ( string name ) : string
name string
리턴 string

IsSet() 보호된 메소드

protected IsSet ( string name ) : bool
name string
리턴 bool

Set() 보호된 메소드

protected Set ( string name, object value ) : void
name string
value object
리턴 void

SetValue() 보호된 메소드

protected SetValue ( string name, string value ) : void
name string
value string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

actions 보호되어 있는 프로퍼티

protected List actions
리턴 List

node 보호되어 있는 프로퍼티

protected ElementStyle,WootzJs.Web node
리턴 WootzJs.Web.ElementStyle