C# Class Open.Core.PropertyListBuilder

Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Private Properties

Property Type Description
FormatKnownValues string
FormatPropertyValue string
GetPropertyName string
GetPropertyValue string
JQueryObject string
Shorten string
TypeName string

Public Methods

Method Description
PropertyListBuilder ( object instance, bool isDictionary ) : System

Constructor.

Write ( IHtmlList htmlList ) : void

Writes to the given list.

Private Methods

Method Description
FormatKnownValues ( object value, string text ) : string
FormatPropertyValue ( object value, bool hasError ) : string
GetPropertyName ( string key ) : string
GetPropertyValue ( object instance, DictionaryEntry property ) : string
JQueryObject ( object value ) : string
Shorten ( string text ) : string
TypeName ( object value ) : string

Method Details

PropertyListBuilder() public method

Constructor.
public PropertyListBuilder ( object instance, bool isDictionary ) : System
instance object
isDictionary bool
return System

Write() public method

Writes to the given list.
public Write ( IHtmlList htmlList ) : void
htmlList IHtmlList The HTML list.
return void