Для изменения размера нажмите или перетащите

PropertyAdapterTValue - конструктор

Пространство имён:  Tessa.Views.Workplaces.Properties
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public PropertyAdapter(
	[NotNullAttribute] string propertyName,
	[NotNullAttribute] string scope,
	[NotNullAttribute] IItemProperties container,
	TValue defaultValue = null,
	[CanBeNullAttribute] IFormatProvider formatProvider = null
)

Параметры

propertyName
Тип: SystemString
Имя свойства
scope
Тип: SystemString
Имя объекта
container
Тип: Tessa.Views.Workplaces.PropertiesIItemProperties
Контейнер свойств
defaultValue (Optional)
Тип: TValue
The default Value.
formatProvider (Optional)
Тип: SystemIFormatProvider
The format Provider.
См. также