IPropertySettings Interface

Définition

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))
Dérivé
Implémente

Méthodes d’extension

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

Ajouter un contenu de dictionnaire à l’autre dictionnaire

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

Obtient une valeur par la clé donnée.

EmptyIfNull<T>(IEnumerable<T>)

Retourne cette énumération au cas où elle n’est pas null. Dans le cas où il est null, retournez l’énumération vide.

Copy(IPropertySettings, Func<IPropertySettings>)

Copie approfondie d’un instance de configuration

GetPathValue<T>(IPropertySettings, String[])

Récupérer une valeur à l’aide d’un chemin d’accès

GetValue<T>(IPropertySettings, String)

Obtenir la valeur de type (T)

GetValue<T>(IPropertySettings, String, T)

Obtenir la valeur de type (T)

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

GetValues à l’aide de l’API Réflexion

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

GetValues à l’aide de l’API Réflexion

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

SetValues à l’aide de l’API Réflexion

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

SetValues à l’aide de l’API Réflexion

TryGetValue<T>(IPropertySettings, String, T)

Extension de modèle TryGetValue

S’applique à