C# Class SerializationUtilities.GraphFormatterSelector

Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Méthodes publiques

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

Method Details

AddFormatter() public méthode

public AddFormatter ( Type type, bool useInChildren, IGraphFormatter formatter ) : void
type System.Type
useInChildren bool
formatter IGraphFormatter
Résultat void

ChainSelector() public méthode

public ChainSelector ( GraphFormatterSelector selector ) : void
selector GraphFormatterSelector
Résultat void

GetFormatter() public méthode

public GetFormatter ( Type type ) : IGraphFormatter
type System.Type
Résultat IGraphFormatter

GetNextSelector() public méthode

public GetNextSelector ( ) : GraphFormatterSelector
Résultat GraphFormatterSelector