C# 클래스 Open.Core.PropertyListBuilder

파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

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