C# Class nHydrate.Generator.Common.GeneratorFramework.GeneratorProjectAttribute

Inheritance: GeneratorItemAttribute
Show file Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
_currentType System.Type
_dependencyList string[]
_exclusionList string[]

Public Methods

Method Description
GeneratorProjectAttribute ( string name, string description, string generatorGuid, Type parentType, Type currentType, bool isMain, string dependencyList ) : System
GeneratorProjectAttribute ( string name, string description, string generatorGuid, Type parentType, Type currentType, bool isMain, string dependencyList, string exclusionList ) : System

Method Details

GeneratorProjectAttribute() public method

public GeneratorProjectAttribute ( string name, string description, string generatorGuid, Type parentType, Type currentType, bool isMain, string dependencyList ) : System
name string
description string
generatorGuid string
parentType System.Type
currentType System.Type
isMain bool
dependencyList string
return System

GeneratorProjectAttribute() public method

public GeneratorProjectAttribute ( string name, string description, string generatorGuid, Type parentType, Type currentType, bool isMain, string dependencyList, string exclusionList ) : System
name string
description string
generatorGuid string
parentType System.Type
currentType System.Type
isMain bool
dependencyList string
exclusionList string
return System

Property Details

_currentType protected property

protected Type,System _currentType
return System.Type

_dependencyList protected property

protected string[] _dependencyList
return string[]

_exclusionList protected property

protected string[] _exclusionList
return string[]