C# Class ThoughtWorksMingleLib.MingleCardType

Datei anzeigen Open project: ThoughtWorksStudios/mingle.net Class Usage Examples

Public Methods

Method Description
MingleCardType ( System.Xml.Linq.XElement cardType ) : System.Collections

Constructs a MingleCardType from card_type XML

MingleCardType ( string cardType ) : System.Collections

Constructs a MingleCardType from card_type XML

Method Details

MingleCardType() public method

Constructs a MingleCardType from card_type XML
public MingleCardType ( System.Xml.Linq.XElement cardType ) : System.Collections
cardType System.Xml.Linq.XElement XML for a card_type
return System.Collections

MingleCardType() public method

Constructs a MingleCardType from card_type XML
public MingleCardType ( string cardType ) : System.Collections
cardType string XML for a card_type
return System.Collections