C# 클래스 SerializationUtilities.GraphFormatterSelector

파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit 1 사용 예제들

공개 메소드들

메소드 설명
AddFormatter ( Type type, bool useInChildren, IGraphFormatter formatter ) : void
ChainSelector ( GraphFormatterSelector selector ) : void
GetFormatter ( Type type ) : IGraphFormatter
GetNextSelector ( ) : GraphFormatterSelector

메소드 상세

AddFormatter() 공개 메소드

public AddFormatter ( Type type, bool useInChildren, IGraphFormatter formatter ) : void
type System.Type
useInChildren bool
formatter IGraphFormatter
리턴 void

ChainSelector() 공개 메소드

public ChainSelector ( GraphFormatterSelector selector ) : void
selector GraphFormatterSelector
리턴 void

GetFormatter() 공개 메소드

public GetFormatter ( Type type ) : IGraphFormatter
type System.Type
리턴 IGraphFormatter

GetNextSelector() 공개 메소드

public GetNextSelector ( ) : GraphFormatterSelector
리턴 GraphFormatterSelector