C# Class Open.Core.PropertyWriter

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
Write void

Public Methods

Method Description
PropertyWriter ( LogWriter writer ) : System

Constructor.

WriteDictionary ( System.Collections.Dictionary instance, string title ) : void
WriteProperties ( object instance, string title ) : void

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
Write ( object instance, string title, bool isDictionary ) : void

Method Details

PropertyWriter() public method

Constructor.
public PropertyWriter ( LogWriter writer ) : System
writer LogWriter
return System

WriteDictionary() public method

public WriteDictionary ( System.Collections.Dictionary instance, string title ) : void
instance System.Collections.Dictionary
title string
return void

WriteProperties() public method

public WriteProperties ( object instance, string title ) : void
instance object
title string
return void