C# Class ThinkTecture.IdentityServer.Contrib.ActiveDirectory.Configuration.UserGroupCollection

Inheritance: System.Configuration.ConfigurationElementCollection
显示文件 Open project: thinktecture/Thinktecture.IdentityServer.v1.Contrib

Public Methods

Method Description
UserGroupCollection ( ) : System

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

UserGroupCollection() public method

public UserGroupCollection ( ) : System
return System