C# Класс Open.Core.PropertyWriter

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
FormatKnownValues string
FormatPropertyValue string
GetPropertyName string
GetPropertyValue string
JQueryObject string
Shorten string
TypeName string
Write void

Открытые методы

Метод Описание
PropertyWriter ( LogWriter writer ) : System

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, DictionaryEntry property ) : string
JQueryObject ( object value ) : string
Shorten ( string text ) : string
TypeName ( object value ) : string
Write ( object instance, string title, bool isDictionary ) : void

Описание методов

PropertyWriter() публичный Метод

Constructor.
public PropertyWriter ( LogWriter writer ) : System
writer LogWriter
Результат System

WriteDictionary() публичный Метод

public WriteDictionary ( System.Collections.Dictionary instance, string title ) : void
instance System.Collections.Dictionary
title string
Результат void

WriteProperties() публичный Метод

public WriteProperties ( object instance, string title ) : void
instance object
title string
Результат void