C# Class SerializationUtilities.GraphFormatterSelector

Exibir arquivo Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Public Methods

Method Description
AddFormatter ( Type type, bool useInChildren, IGraphFormatter formatter ) : void
ChainSelector ( GraphFormatterSelector selector ) : void
GetFormatter ( Type type ) : IGraphFormatter
GetNextSelector ( ) : GraphFormatterSelector

Method Details

AddFormatter() public method

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

ChainSelector() public method

public ChainSelector ( GraphFormatterSelector selector ) : void
selector GraphFormatterSelector
return void

GetFormatter() public method

public GetFormatter ( Type type ) : IGraphFormatter
type System.Type
return IGraphFormatter

GetNextSelector() public method

public GetNextSelector ( ) : GraphFormatterSelector
return GraphFormatterSelector