C# Class Crayon.StylePropertyFactory

Inheritance: BaseFactory
Exibir arquivo Open project: jamilgeor/Crayon

Public Methods

Method Description
Create ( string term ) : StyleProperty

Private Methods

Method Description
AttributeMatchesTerm ( object attribute, string term ) : bool
FindStylePropertyTypeByTerm ( string term, Assembly assembly ) : Type

Method Details

Create() public static method

public static Create ( string term ) : StyleProperty
term string
return StyleProperty