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

Inheritance: GeneratorItemAttribute
Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
_currentType System.Type
_dependencyList string[]
_exclusionList string[]

Méthodes publiques

Méthode 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 méthode

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
Résultat System

GeneratorProjectAttribute() public méthode

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
Résultat System

Property Details

_currentType protected_oe property

protected Type,System _currentType
Résultat System.Type

_dependencyList protected_oe property

protected string[] _dependencyList
Résultat string[]

_exclusionList protected_oe property

protected string[] _exclusionList
Résultat string[]