C# Class FullInspector.Internal.fiDefaultSerializerRewriter

Helper to write the C# file containing the selected serializer information.
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
Generate ( ) : void
GenerateFileChangeDefault ( string providerType, string serializerType ) : void
GenerateFileExcluding ( string providerType, string serializerType ) : void
GenerateFileIncluding ( string providerType, string serializerType ) : void

Private Methods

Méthode Description
Append ( StringBuilder builder ) : void
Append ( StringBuilder builder, string line ) : void
GenerateDefaultBehaviors ( string serializerType ) : void
GenerateFileInternal ( string defaultProvider, List allProviders ) : void
GetLoadedProviders ( ) : List
GetTypeName ( Type type ) : string

Method Details

Generate() public static méthode

public static Generate ( ) : void
Résultat void

GenerateFileChangeDefault() public static méthode

public static GenerateFileChangeDefault ( string providerType, string serializerType ) : void
providerType string
serializerType string
Résultat void

GenerateFileExcluding() public static méthode

public static GenerateFileExcluding ( string providerType, string serializerType ) : void
providerType string
serializerType string
Résultat void

GenerateFileIncluding() public static méthode

public static GenerateFileIncluding ( string providerType, string serializerType ) : void
providerType string
serializerType string
Résultat void