C# Class ThoughtWorksMingleLib.MingleCardProperty

Datei anzeigen Open project: ThoughtWorksStudios/mingle.net

Public Methods

Method Description
MingleCardProperty ( string xml ) : System

Constructs a new MingleCardProperty

MingleCardProperty ( string xml, IMingleProject project ) : System

Constructs a new MingleCardProperty

Method Details

MingleCardProperty() public method

Constructs a new MingleCardProperty
public MingleCardProperty ( string xml ) : System
xml string Xml for the property
return System

MingleCardProperty() public method

Constructs a new MingleCardProperty
public MingleCardProperty ( string xml, IMingleProject project ) : System
xml string Xml for the property
project IMingleProject MingleProject associated with this property
return System