Craig's Utility Library  4.0 Beta
Utilities.DataTypes.AOP.Generators.ParameterGenerator Class Reference

Parameter generator More...

Inheritance diagram for Utilities.DataTypes.AOP.Generators.ParameterGenerator:
Utilities.DataTypes.AOP.Generators.BaseClasses.GeneratorBase

Public Member Functions

 ParameterGenerator (ParameterInfo parameter)
 Initializes a new instance of the ParameterGenerator class. More...
 
string Generate (List< Assembly > assembliesUsing)
 Generates the specified assemblies using. More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 

Properties

ParameterInfo Parameter [get, set]
 Gets or sets the parameter. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Utilities.DataTypes.AOP.Generators.BaseClasses.GeneratorBase
 GeneratorBase ()
 Initializes a new instance of the GeneratorBase class. More...
 
Assembly[] GetAssemblies (Type type)
 Gets the assemblies associated with the type. More...
 
Assembly[] GetAssembliesSimple (Type type)
 Gets the assemblies associated with the type. More...
 

Detailed Description

Parameter generator

See also
Utilities.DataTypes.AOP.Generators.BaseClasses.GeneratorBase

Definition at line 12 of file ParameterGenerator.cs.

Constructor & Destructor Documentation

Utilities.DataTypes.AOP.Generators.ParameterGenerator.ParameterGenerator ( ParameterInfo  parameter)

Initializes a new instance of the ParameterGenerator class.

Parameters
parameterThe parameter.

Definition at line 18 of file ParameterGenerator.cs.

Member Function Documentation

string Utilities.DataTypes.AOP.Generators.ParameterGenerator.Generate ( List< Assembly >  assembliesUsing)

Generates the specified assemblies using.

Parameters
assembliesUsingThe assemblies using.
Returns
The string version of the parameter

Definition at line 35 of file ParameterGenerator.cs.

override string Utilities.DataTypes.AOP.Generators.ParameterGenerator.ToString ( )

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.

Definition at line 48 of file ParameterGenerator.cs.

Property Documentation

ParameterInfo Utilities.DataTypes.AOP.Generators.ParameterGenerator.Parameter
getset

Gets or sets the parameter.

The parameter.

Definition at line 28 of file ParameterGenerator.cs.


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