C# Class ALMRestClient.Configuration.ALMConfiguration

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: webcompere/ALMRestClient Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsReadOnly ( ) : bool

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

IsReadOnly() public method

public IsReadOnly ( ) : bool
return bool