C# Class YumaPos.UploadFileServer.Configuration.ImageCacheCollection

Inheritance: System.Configuration.ConfigurationElementCollection
ファイルを表示 Open project: yumapos/Yumasoft-UploadServer

Public Methods

Method Description
this ( int index ) : ImageCacheElement
this ( string key ) : ImageCacheElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

this() public method

public this ( int index ) : ImageCacheElement
index int
return ImageCacheElement

this() public method

public this ( string key ) : ImageCacheElement
key string
return ImageCacheElement