C# Class JPB.DataAccess.ModelsAnotations.AutoGenerateCtorNamespaceAttribute

Inheritance: DataAccessAttribute
Exibir arquivo Open project: JPVenson/DataAccess

Public Methods

Method Description
AutoGenerateCtorNamespaceAttribute ( string usedNamespace ) : System

Creates a new Attribute that is used for CodeGeneration This Attributes tell the factory to include certain namespaces.

Method Details

AutoGenerateCtorNamespaceAttribute() public method

Creates a new Attribute that is used for CodeGeneration This Attributes tell the factory to include certain namespaces.
public AutoGenerateCtorNamespaceAttribute ( string usedNamespace ) : System
usedNamespace string
return System