Compartilhar via


IPropertySettings Interface

Definição

Interface 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))
Derivado
Implementações

Métodos de Extensão

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

Adicionar um conteúdo de dicionário ao outro dicionário

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

Obtém um valor pela chave fornecida.

EmptyIfNull<T>(IEnumerable<T>)

Retorne essa enumeração caso ela não seja nula. Caso seja uma enumeração vazia de retorno nulo.

Copy(IPropertySettings, Func<IPropertySettings>)

Cópia profunda de uma instância de configuração

GetPathValue<T>(IPropertySettings, String[])

Recuperar um valor usando um caminho

GetValue<T>(IPropertySettings, String)

Obter Valor do tipo (T)

GetValue<T>(IPropertySettings, String, T)

Obter Valor do tipo (T)

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

GetValues usando a API de Reflexão

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

GetValues usando a API de Reflexão

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

SetValues usando a API de Reflexão

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

SetValues usando a API de Reflexão

TryGetValue<T>(IPropertySettings, String, T)

Extensão de padrão TryGetValue

Aplica-se a