C# Class Open.Core.PropertyWriter

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

Méthodes publiques

Méthode Description
PropertyWriter ( LogWriter writer ) : System

Constructor.

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

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

Method Details

PropertyWriter() public méthode

Constructor.
public PropertyWriter ( LogWriter writer ) : System
writer LogWriter
Résultat System

WriteDictionary() public méthode

public WriteDictionary ( System.Collections.Dictionary instance, string title ) : void
instance System.Collections.Dictionary
title string
Résultat void

WriteProperties() public méthode

public WriteProperties ( object instance, string title ) : void
instance object
title string
Résultat void