Craig's Utility Library  4.0 Beta
Utilities.DataTypes.AOP.Interfaces.IClassGenerator Interface Reference

Class generator interface More...

Inheritance diagram for Utilities.DataTypes.AOP.Interfaces.IClassGenerator:
Utilities.DataTypes.AOP.Generators.ClassGenerator

Public Member Functions

string Generate (string @namespace, string className, List< string > usings, List< Type > interfaces, List< Assembly > assembliesUsing)
 Generates the specified type. More...
 

Detailed Description

Class generator interface

Definition at line 10 of file IClassGenerator.cs.

Member Function Documentation

string Utilities.DataTypes.AOP.Interfaces.IClassGenerator.Generate ( string @  namespace,
string  className,
List< string >  usings,
List< Type >  interfaces,
List< Assembly >  assembliesUsing 
)

Generates the specified type.

Parameters
namespaceThe namespace.
classNameName of the class.
usingsThe usings.
interfacesThe interfaces.
assembliesUsingThe assemblies using.
Returns
The string representation of the generated class

Implemented in Utilities.DataTypes.AOP.Generators.ClassGenerator.


The documentation for this interface was generated from the following file: