C# 클래스 iTextSharp.text.log.CounterFactory

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetCounter ( ) : ICounter
GetCounter ( Type klass ) : ICounter
SetCounter ( ICounter counter ) : void
getInstance ( ) : CounterFactory

비공개 메소드들

메소드 설명
CounterFactory ( ) : System

메소드 상세

GetCounter() 공개 메소드

public GetCounter ( ) : ICounter
리턴 ICounter

GetCounter() 공개 정적인 메소드

public static GetCounter ( Type klass ) : ICounter
klass System.Type
리턴 ICounter

SetCounter() 공개 메소드

public SetCounter ( ICounter counter ) : void
counter ICounter
리턴 void

getInstance() 공개 정적인 메소드

public static getInstance ( ) : CounterFactory
리턴 CounterFactory