C# Class Open.Core.PropertyListBuilder

Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Private Properties

Свойство Type Description
FormatKnownValues string
FormatPropertyValue string
GetPropertyName string
GetPropertyValue string
JQueryObject string
Shorten string
TypeName string

Méthodes publiques

Méthode Description
PropertyListBuilder ( object instance, bool isDictionary ) : System

Constructor.

Write ( IHtmlList htmlList ) : void

Writes to the given list.

Private Methods

Méthode 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 méthode

Constructor.
public PropertyListBuilder ( object instance, bool isDictionary ) : System
instance object
isDictionary bool
Résultat System

Write() public méthode

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