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

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

Private Properties

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

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

Метод Описание
PropertyListBuilder ( object instance, bool isDictionary ) : System

Constructor.

Write ( IHtmlList htmlList ) : void

Writes to the given list.

Приватные методы

Метод Описание
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

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

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

Constructor.
public PropertyListBuilder ( object instance, bool isDictionary ) : System
instance object
isDictionary bool
Результат System

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

Writes to the given list.
public Write ( IHtmlList htmlList ) : void
htmlList IHtmlList The HTML list.
Результат void