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

Inheritance: System.Attribute
Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
_name string
_parentType System.Type

Méthodes publiques

Méthode Description
GeneratorItemAttribute ( string name, Type parentType ) : System

Method Details

GeneratorItemAttribute() public méthode

public GeneratorItemAttribute ( string name, Type parentType ) : System
name string
parentType System.Type
Résultat System

Property Details

_name protected_oe property

protected string _name
Résultat string

_parentType protected_oe property

protected Type,System _parentType
Résultat System.Type