C# 클래스 Aqueduct.Configuration.ReadOnlySettings

상속: ISettingsList
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

Add() 공개 메소드

public Add ( Setting>.KeyValuePair item ) : void
item Setting>.KeyValuePair
리턴 void

Add() 공개 메소드

public Add ( Setting setting ) : void
setting Setting
리턴 void

Add() 공개 메소드

public Add ( string key, Setting value ) : void
key string
value Setting
리턴 void

AddSettings() 공개 메소드

public AddSettings ( ISettingsList settings ) : void
settings ISettingsList
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( Setting>.KeyValuePair item ) : bool
item Setting>.KeyValuePair
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Setting>.KeyValuePair array, int arrayIndex ) : void
array Setting>.KeyValuePair
arrayIndex int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : Setting>>.IEnumerator
리턴 Setting>>.IEnumerator

ReadOnlySettings() 공개 메소드

Initializes a new instance of the ReadOnlySettingsList class.
public ReadOnlySettings ( Setting>.IDictionary settings ) : System
settings Setting>.IDictionary
리턴 System

Remove() 공개 메소드

public Remove ( Setting>.KeyValuePair item ) : bool
item Setting>.KeyValuePair
리턴 bool

Remove() 공개 메소드

public Remove ( string key ) : bool
key string
리턴 bool

ToKeyValueDictionary() 공개 메소드

public ToKeyValueDictionary ( ) : object>.Dictionary
리턴 object>.Dictionary

ToReadOnly() 공개 메소드

public ToReadOnly ( ) : ISettingsList
리턴 ISettingsList

TryGetValue() 공개 메소드

public TryGetValue ( string key, Setting &value ) : bool
key string
value Setting
리턴 bool

this() 공개 메소드

public this ( string key ) : Setting
key string
리턴 Setting