C# Class NAnt.Core.Element.AttributeConfigurator.EnumAttributeSetter

Inheritance: IAttributeSetter
Exibir arquivo Open project: skolima/NAnt

Public Methods

Method Description
Set ( XmlNode attributeNode, Element parent, PropertyInfo property, string value ) : void

Private Methods

Method Description
CreateBuildException ( XmlNode attributeNode, Element parent, PropertyInfo property, string value ) : BuildException

Method Details

Set() public method

public Set ( XmlNode attributeNode, Element parent, PropertyInfo property, string value ) : void
attributeNode System.Xml.XmlNode
parent Element
property System.Reflection.PropertyInfo
value string
return void