C# Class YumaPos.UploadFileServer.Configuration.ImageCacheCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: yumapos/Yumasoft-UploadServer

Méthodes publiques

Méthode Description
this ( int index ) : ImageCacheElement
this ( string key ) : ImageCacheElement

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

this() public méthode

public this ( int index ) : ImageCacheElement
index int
Résultat ImageCacheElement

this() public méthode

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