C# Class TfsCommitMonitor.Config.IgnoredUsersConfigurationCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Exibir arquivo Open project: Vooban/vooban.tfs.commitmonitor

Public Methods

Method Description
ToList ( ) : List
this ( string userId ) : IgnoredUsersConfigurationElement

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

ToList() public method

public ToList ( ) : List
return List

this() public method

public this ( string userId ) : IgnoredUsersConfigurationElement
userId string
return IgnoredUsersConfigurationElement