Свойство | Тип | Описание | |
---|---|---|---|
FormatKnownValues | string | ||
FormatPropertyValue | string | ||
GetPropertyName | string | ||
GetPropertyValue | string | ||
JQueryObject | string | ||
Shorten | string | ||
TypeName | string | ||
Write | void |
Метод | Описание | |
---|---|---|
PropertyWriter ( |
Constructor.
|
|
WriteDictionary ( System.Collections.Dictionary instance, string title ) : void | ||
WriteProperties ( object instance, string title ) : void |
Метод | Описание | |
---|---|---|
FormatKnownValues ( object value, string text ) : string | ||
FormatPropertyValue ( object value, bool hasError ) : string | ||
GetPropertyName ( string key ) : string | ||
GetPropertyValue ( object instance, |
||
JQueryObject ( object value ) : string | ||
Shorten ( string text ) : string | ||
TypeName ( object value ) : string | ||
Write ( object instance, string title, bool isDictionary ) : void |
public PropertyWriter ( |
||
writer | ||
Результат | System |
public WriteDictionary ( System.Collections.Dictionary instance, string title ) : void | ||
instance | System.Collections.Dictionary | |
title | string | |
Результат | void |
public WriteProperties ( object instance, string title ) : void | ||
instance | object | |
title | string | |
Результат | void |