C# Class log4net.Tests.Appender.AdoNet.Log4NetParameterCollection

Inheritance: System.Collections.CollectionBase, IDataParameterCollection
Mostra file Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
Contains ( string parameterName ) : bool
IndexOf ( string parameterName ) : int
RemoveAt ( string parameterName ) : void
this ( string parameterName ) : object

Protected Methods

Method Description
OnInsertComplete ( int index, object value ) : void

Method Details

Contains() public method

public Contains ( string parameterName ) : bool
parameterName string
return bool

IndexOf() public method

public IndexOf ( string parameterName ) : int
parameterName string
return int

OnInsertComplete() protected method

protected OnInsertComplete ( int index, object value ) : void
index int
value object
return void

RemoveAt() public method

public RemoveAt ( string parameterName ) : void
parameterName string
return void

this() public method

public this ( string parameterName ) : object
parameterName string
return object