IPropertyBuildingContextTModel, TPropertyType - интерфейс
Контекст построения списка свойств
Пространство имён: Tessa.UI.Views.Charting.PropertiesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public interface IPropertyBuildingContext<TModel, out TPropertyType>
Public Interface IPropertyBuildingContext(Of TModel, Out TPropertyType)
generic<typename TModel, typename TPropertyType>
public interface class IPropertyBuildingContext
type IPropertyBuildingContext<'TModel, 'TPropertyType> = interface end
Параметры типа
- TModel
- Тип модели
- TPropertyType
- Тип свойства
InitializeTModelProperty |
Осуществляет инициализацию свойства по умолчанию.
Для свойства устанавливаются getter/setter заголовок имя свойства
|