C# Class ALMRestClient.ALMItem

Show file Open project: webcompere/ALMRestClient Class Usage Examples

Public Methods

Method Description
ALMItem ( ) : System
FromXML ( IEnumerable fields ) : ALMItem

Construct the item from the XML payload - factory method

Method Details

ALMItem() public method

public ALMItem ( ) : System
return System

FromXML() public static method

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