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

Inheritance: IAttributeSetter
Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

Méthode Description
Set ( XmlNode attributeNode, Element parent, PropertyInfo property, string value ) : void

Private Methods

Méthode Description
CreateBuildException ( XmlNode attributeNode, Element parent, PropertyInfo property, string value ) : BuildException

Method Details

Set() public méthode

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