PropertyAdapterTValue - конструктор
Инициализирует новый экземпляр класса Object.
Пространство имён: Tessa.Views.Workplaces.PropertiesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 String
- Имя свойства.
- scope String
- Имя объекта.
- container IItemProperties
- Контейнер свойств.
- defaultValue TValue (Optional)
- Значение по умолчанию.
- formatProvider IFormatProvider (Optional)
- Провайдер формата значения.