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

Inheritance: System.Attribute
Mostra file Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
_name string
_parentType System.Type

Public Methods

Method Description
GeneratorItemAttribute ( string name, Type parentType ) : System

Method Details

GeneratorItemAttribute() public method

public GeneratorItemAttribute ( string name, Type parentType ) : System
name string
parentType System.Type
return System

Property Details

_name protected_oe property

protected string _name
return string

_parentType protected_oe property

protected Type,System _parentType
return System.Type