C# Class Aqueduct.Configuration.ReadOnlySettings

Inheritance: ISettingsList
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
Add ( Setting>.KeyValuePair item ) : void
Add ( Setting setting ) : void
Add ( string key, Setting value ) : void
AddSettings ( ISettingsList settings ) : void
Clear ( ) : void
Contains ( Setting>.KeyValuePair item ) : bool
ContainsKey ( string key ) : bool
CopyTo ( Setting>.KeyValuePair array, int arrayIndex ) : void
GetEnumerator ( ) : Setting>>.IEnumerator
ReadOnlySettings ( Setting>.IDictionary settings ) : System

Initializes a new instance of the ReadOnlySettingsList class.

Remove ( Setting>.KeyValuePair item ) : bool
Remove ( string key ) : bool
ToKeyValueDictionary ( ) : object>.Dictionary
ToReadOnly ( ) : ISettingsList
TryGetValue ( string key, Setting &value ) : bool
this ( string key ) : Setting

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( Setting>.KeyValuePair item ) : void
item Setting>.KeyValuePair
Résultat void

Add() public méthode

public Add ( Setting setting ) : void
setting Setting
Résultat void

Add() public méthode

public Add ( string key, Setting value ) : void
key string
value Setting
Résultat void

AddSettings() public méthode

public AddSettings ( ISettingsList settings ) : void
settings ISettingsList
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( Setting>.KeyValuePair item ) : bool
item Setting>.KeyValuePair
Résultat bool

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

CopyTo() public méthode

public CopyTo ( Setting>.KeyValuePair array, int arrayIndex ) : void
array Setting>.KeyValuePair
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : Setting>>.IEnumerator
Résultat Setting>>.IEnumerator

ReadOnlySettings() public méthode

Initializes a new instance of the ReadOnlySettingsList class.
public ReadOnlySettings ( Setting>.IDictionary settings ) : System
settings Setting>.IDictionary
Résultat System

Remove() public méthode

public Remove ( Setting>.KeyValuePair item ) : bool
item Setting>.KeyValuePair
Résultat bool

Remove() public méthode

public Remove ( string key ) : bool
key string
Résultat bool

ToKeyValueDictionary() public méthode

public ToKeyValueDictionary ( ) : object>.Dictionary
Résultat object>.Dictionary

ToReadOnly() public méthode

public ToReadOnly ( ) : ISettingsList
Résultat ISettingsList

TryGetValue() public méthode

public TryGetValue ( string key, Setting &value ) : bool
key string
value Setting
Résultat bool

this() public méthode

public this ( string key ) : Setting
key string
Résultat Setting