C# Class ThoughtWorksMingleLib.MinglePropertyValue

显示文件 Open project: ThoughtWorksStudios/mingle.net

Public Methods

Method Description
Parse ( XmlElement n ) : void

Parse the property value

Method Details

Parse() public method

Parse the property value
public Parse ( XmlElement n ) : void
n System.Xml.XmlElement XmlElement object for the property value obtained from the Mingle API
return void