Share via


IPropertySettings Rozhraní

Definice

IPropertySettings – rozhraní

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))
Odvozené
Implementuje

Metody rozšíření

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

Přidání obsahu jednoho slovníku do jiného slovníku

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

Získá hodnotu podle daného klíče.

EmptyIfNull<T>(IEnumerable<T>)

Pokud nemá hodnotu null, vraťte tento výčet. V případě, že je null, vraťte prázdný výčet.

Copy(IPropertySettings, Func<IPropertySettings>)

Hloubková kopie instance konfigurace

GetPathValue<T>(IPropertySettings, String[])

Načtení hodnoty pomocí cesty

GetValue<T>(IPropertySettings, String)

Získání hodnoty typu (T)

GetValue<T>(IPropertySettings, String, T)

Získání hodnoty typu (T)

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

Získání hodnot pomocí rozhraní Reflection API

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

Získání hodnot pomocí rozhraní Reflection API

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

Nastavení hodnot pomocí rozhraní Reflection API

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

Nastavení hodnot pomocí rozhraní Reflection API

TryGetValue<T>(IPropertySettings, String, T)

Rozšíření vzoru TryGetValue

Platí pro