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
)
Public Sub New (
<NotNullAttribute> propertyName As String,
<NotNullAttribute> scope As String,
<NotNullAttribute> container As IItemProperties,
Optional defaultValue As TValue = Nothing,
<CanBeNullAttribute> Optional formatProvider As IFormatProvider = Nothing
)
public:
PropertyAdapter(
[NotNullAttribute] String^ propertyName,
[NotNullAttribute] String^ scope,
[NotNullAttribute] IItemProperties^ container,
TValue defaultValue = nullptr,
[CanBeNullAttribute] IFormatProvider^ formatProvider = nullptr
)
new :
[<NotNullAttribute>] propertyName : string *
[<NotNullAttribute>] scope : string *
[<NotNullAttribute>] container : IItemProperties *
?defaultValue : 'TValue *
[<CanBeNullAttribute>] ?formatProvider : IFormatProvider
(* Defaults:
let _defaultValue = defaultArg defaultValue null
let _formatProvider = defaultArg formatProvider null
*)
-> PropertyAdapter
Параметры
- propertyName
- Тип: SystemString
Имя свойства - scope
- Тип: SystemString
Имя объекта - container
- Тип: Tessa.Views.Workplaces.PropertiesIItemProperties
Контейнер свойств - defaultValue (Optional)
- Тип: TValue
The default Value. - formatProvider (Optional)
- Тип: SystemIFormatProvider
The format Provider.
См. также