ViewParameterMetadataLegacyEmptyStringIsNotNull - свойство
Признак того, что пустая строка в значении параметра не будет обрабатываться как null.
Пространство имён: Tessa.Views.LegacyСборка: Tessa (в Tessa.dll) Версия: 4.0.4
[IgnoreDataMemberAttribute]
public bool EmptyStringIsNotNull { get; set; }
<IgnoreDataMemberAttribute>
Public Property EmptyStringIsNotNull As Boolean
Get
Set
public:
[IgnoreDataMemberAttribute]
virtual property bool EmptyStringIsNotNull {
bool get () sealed;
void set (bool value) sealed;
}
[<IgnoreDataMemberAttribute>]
abstract EmptyStringIsNotNull : bool with get, set
[<IgnoreDataMemberAttribute>]
override EmptyStringIsNotNull : bool with get, set
BooleanIViewParameterMetadataEmptyStringIsNotNull