C# 클래스 ALMRestClient.ALMItem

파일 보기 프로젝트 열기: webcompere/ALMRestClient 1 사용 예제들

공개 메소드들

메소드 설명
ALMItem ( ) : System
FromXML ( IEnumerable fields ) : ALMItem

Construct the item from the XML payload - factory method

메소드 상세

ALMItem() 공개 메소드

public ALMItem ( ) : System
리턴 System

FromXML() 공개 정적인 메소드

Construct the item from the XML payload - factory method
public static FromXML ( IEnumerable fields ) : ALMItem
fields IEnumerable
리턴 ALMItem