StringDictionaryMapperRequired - метод |
Проверяет наличие значения с ключем key
в коллекции ключ-значение source
Пространство имён:
Tessa.Views.Mapping
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static bool Required(
[NotNullAttribute] IDictionary<string, string> source,
[NotNullAttribute] string key
)
Public Shared Function Required (
<NotNullAttribute> source As IDictionary(Of String, String),
<NotNullAttribute> key As String
) As Boolean
public:
static bool Required(
[NotNullAttribute] IDictionary<String^, String^>^ source,
[NotNullAttribute] String^ key
)
static member Required :
[<NotNullAttribute>] source : IDictionary<string, string> *
[<NotNullAttribute>] key : string -> bool
Параметры
- source
- Тип: System.Collections.GenericIDictionaryString, String
Коллекция ключ-значение
- key
- Тип: SystemString
Ключ
Возвращаемое значение
Тип:
Boolean
Результат проверки
См. также