Поделиться через


IPropertySettings Интерфейс

Определение

Интерфейс IPropertySettings

public interface class IPropertySettings : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public interface IPropertySettings : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type IPropertySettings = interface
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Interface IPropertySettings
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))
Производный
Реализации

Методы расширения

AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean)

Добавление одного содержимого словаря в другой словарь

GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK)

Возвращает значение по заданному ключу.

EmptyIfNull<T>(IEnumerable<T>)

Возвращать это перечисление в случае, если оно не равно NULL. Если значение равно NULL, возвращается пустое перечисление.

Copy(IPropertySettings, Func<IPropertySettings>)

Глубокая копия экземпляра конфигурации

GetPathValue<T>(IPropertySettings, String[])

Получение значения с помощью пути

GetValue<T>(IPropertySettings, String)

Получение значения типа (T)

GetValue<T>(IPropertySettings, String, T)

Получение значения типа (T)

GetValues(IPropertySettings, Object, BindingFlags, Func<String,String>)

GetValues с помощью API отражения

GetValues(IPropertySettings, Object, PropertyInfo[], Func<String,String>)

GetValues с помощью API отражения

SetValues(IPropertySettings, Object, BindingFlags, Func<String,String>)

SetValues с помощью API отражения

SetValues(IPropertySettings, Object, PropertyInfo[], Func<String,String>)

SetValues с помощью API отражения

TryGetValue<T>(IPropertySettings, String, T)

Расширение шаблона TryGetValue

Применяется к