C# Класс NServiceBus.Config.RijndaelExpiredKeyCollection

A configuration element collection of RijndaelExpiredKeys.
Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( NServiceBus.Config.RijndaelExpiredKey mapping ) : void

Calls BaseAdd.

Clear ( ) : void

Calls BaseClear.

IndexOf ( NServiceBus.Config.RijndaelExpiredKey encryptionKey ) : int

Calls BaseIndexOf on the given RijndaelExpiredKey.

IsReadOnly ( ) : bool

True if the collection is readonly.

Remove ( NServiceBus.Config.RijndaelExpiredKey mapping ) : void

If the key exists, calls BaseRemove on it.

Remove ( string name ) : void

Calls BaseRemove.

RemoveAt ( int index ) : void

Calls BaseRemoveAt.

this ( int index ) : NServiceBus.Config.RijndaelExpiredKey

Gets/sets the RijndaelExpiredKey at the given index.

this ( string key ) : NServiceBus.Config.RijndaelExpiredKey

Gets the RijndaelExpiredKey for the given key.

Защищенные методы

Метод Описание
BaseAdd ( ConfigurationElement element ) : void

Calls BaseAdd with true as the additional parameter.

CreateNewElement ( ) : ConfigurationElement

Creates a new RijndaelExpiredKey.

CreateNewElement ( string elementName ) : ConfigurationElement

Creates a new RijndaelExpiredKey, setting its RijndaelExpiredKey.Key property to the given value.

GetElementKey ( ConfigurationElement element ) : object

Returns the Messages property of the given RijndaelExpiredKey element.

Описание методов

Add() публичный Метод

Calls BaseAdd.
public Add ( NServiceBus.Config.RijndaelExpiredKey mapping ) : void
mapping NServiceBus.Config.RijndaelExpiredKey
Результат void

BaseAdd() защищенный Метод

Calls BaseAdd with true as the additional parameter.
protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Результат void

Clear() публичный Метод

Calls BaseClear.
public Clear ( ) : void
Результат void

CreateNewElement() защищенный Метод

Creates a new RijndaelExpiredKey.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

CreateNewElement() защищенный Метод

Creates a new RijndaelExpiredKey, setting its RijndaelExpiredKey.Key property to the given value.
protected CreateNewElement ( string elementName ) : ConfigurationElement
elementName string
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

Returns the Messages property of the given RijndaelExpiredKey element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Результат object

IndexOf() публичный Метод

Calls BaseIndexOf on the given RijndaelExpiredKey.
public IndexOf ( NServiceBus.Config.RijndaelExpiredKey encryptionKey ) : int
encryptionKey NServiceBus.Config.RijndaelExpiredKey
Результат int

IsReadOnly() публичный Метод

True if the collection is readonly.
public IsReadOnly ( ) : bool
Результат bool

Remove() публичный Метод

If the key exists, calls BaseRemove on it.
public Remove ( NServiceBus.Config.RijndaelExpiredKey mapping ) : void
mapping NServiceBus.Config.RijndaelExpiredKey
Результат void

Remove() публичный Метод

Calls BaseRemove.
public Remove ( string name ) : void
name string
Результат void

RemoveAt() публичный Метод

Calls BaseRemoveAt.
public RemoveAt ( int index ) : void
index int
Результат void

this() публичный Метод

Gets/sets the RijndaelExpiredKey at the given index.
public this ( int index ) : NServiceBus.Config.RijndaelExpiredKey
index int
Результат NServiceBus.Config.RijndaelExpiredKey

this() публичный Метод

Gets the RijndaelExpiredKey for the given key.
public this ( string key ) : NServiceBus.Config.RijndaelExpiredKey
key string
Результат NServiceBus.Config.RijndaelExpiredKey