C# Class CloakedHipster.SimpleMapper

Inheritance: IMapper
Show file Open project: shiftkey/cloaked-hipster

Public Methods

Method Description
IsMatch ( StyleClass styleClass ) : bool
Process ( StyleClass styleClass ) : string>.Tuple

Protected Methods

Method Description
SimpleMapper ( string key, string property ) : System

Method Details

IsMatch() public method

public IsMatch ( StyleClass styleClass ) : bool
styleClass StyleClass
return bool

Process() public method

public Process ( StyleClass styleClass ) : string>.Tuple
styleClass StyleClass
return string>.Tuple

SimpleMapper() protected method

protected SimpleMapper ( string key, string property ) : System
key string
property string
return System