C# Class WootzJs.Mvc.Views.Css.CssDeclaration

Show file Open project: kswoll/WootzJs Class Usage Examples

Protected Properties

Property Type Description
actions List
node WootzJs.Web.ElementStyle

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
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

Private Methods

Method Description
Attach ( WootzJs.Web.ElementStyle node ) : void

Method Details

Act() protected method

protected Act ( ICssDeclarationAction action ) : void
action ICssDeclarationAction
return void

Act() protected method

protected Act ( string name, string value ) : void
name string
value string
return void

Get() protected method

protected Get ( string name ) : string
name string
return string

IsSet() protected method

protected IsSet ( string name ) : bool
name string
return bool

Set() protected method

protected Set ( string name, object value ) : void
name string
value object
return void

SetValue() protected method

protected SetValue ( string name, string value ) : void
name string
value string
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

actions protected property

protected List actions
return List

node protected property

protected ElementStyle,WootzJs.Web node
return WootzJs.Web.ElementStyle