C# Класс CrossUI.Core.Builder.PropertyBuilder

Наследование: IPropertyBuilder
Показать файл Открыть проект

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

Метод Описание
FillCustomProperty ( object target, string targetPropertyName, string keyAndConfiguration ) : void
FillProperties ( object target, object>.Dictionary propertyDescriptions ) : void
FillProperty ( object target, string targetPropertyName, object value ) : void
PropertyBuilder ( ) : System

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

Метод Описание
FlattenToStringDictionary ( object input ) : string>.Dictionary
SplitCustomPropertyConfiguration ( string raw, string &key, string &configuration ) : void

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

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

public FillCustomProperty ( object target, string targetPropertyName, string keyAndConfiguration ) : void
target object
targetPropertyName string
keyAndConfiguration string
Результат void

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

public FillProperties ( object target, object>.Dictionary propertyDescriptions ) : void
target object
propertyDescriptions object>.Dictionary
Результат void

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

public FillProperty ( object target, string targetPropertyName, object value ) : void
target object
targetPropertyName string
value object
Результат void

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

public PropertyBuilder ( ) : System
Результат System