C# Class NClass.CodeGenerator.CSharpSourceFileGenerator

Inheritance: SourceFileGenerator
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

Méthode Description
CSharpSourceFileGenerator ( TypeBase type, string rootNamespace ) : System

Méthodes protégées

Méthode Description
WriteFileContent ( ) : void

Private Methods

Méthode Description
CloseNamespace ( ) : void
OpenNamespace ( ) : void
WriteCompositeType ( CompositeType type ) : void
WriteDelegate ( DelegateType _delegate ) : void
WriteEnum ( EnumType _enum ) : void
WriteField ( Field field ) : void
WriteNotImplementedString ( ) : void
WriteOperation ( Operation operation ) : void
WriteProperty ( Property property ) : void
WriteType ( TypeBase type ) : void
WriteUsings ( ) : void

Method Details

CSharpSourceFileGenerator() public méthode

/// is null. ///
public CSharpSourceFileGenerator ( TypeBase type, string rootNamespace ) : System
type NClass.Core.TypeBase
rootNamespace string
Résultat System

WriteFileContent() protected méthode

protected WriteFileContent ( ) : void
Résultat void