C# 클래스 ThoughtWorksMingleLib.MingleCardType

파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

MingleCardType() 공개 메소드

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
리턴 System.Collections

MingleCardType() 공개 메소드

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