C# Class iTextSharp.text.log.CounterFactory

ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetCounter ( ) : ICounter
GetCounter ( Type klass ) : ICounter
SetCounter ( ICounter counter ) : void
getInstance ( ) : CounterFactory

Private Methods

Method Description
CounterFactory ( ) : System

Method Details

GetCounter() public method

public GetCounter ( ) : ICounter
return ICounter

GetCounter() public static method

public static GetCounter ( Type klass ) : ICounter
klass System.Type
return ICounter

SetCounter() public method

public SetCounter ( ICounter counter ) : void
counter ICounter
return void

getInstance() public static method

public static getInstance ( ) : CounterFactory
return CounterFactory