C# Class ALMRestClient.ALMItem

Afficher le fichier Open project: webcompere/ALMRestClient Class Usage Examples

Méthodes publiques

Méthode Description
ALMItem ( ) : System
FromXML ( IEnumerable fields ) : ALMItem

Construct the item from the XML payload - factory method

Method Details

ALMItem() public méthode

public ALMItem ( ) : System
Résultat System

FromXML() public static méthode

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