C# 클래스 HighriseApi.Utilities.PartyConverter

파일 보기 프로젝트 열기: scottschluer/highrise-api

공개 메소드들

메소드 설명
Convert ( System.Xml.Linq.XElement xml ) : Parties
Convert ( string xml ) : Parties
ConvertSingle ( System.Xml.Linq.XElement xml ) : object

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( System.Xml.Linq.XElement xml ) : Parties
xml System.Xml.Linq.XElement
리턴 HighriseApi.Models.Parties

Convert() 공개 정적인 메소드

public static Convert ( string xml ) : Parties
xml string
리턴 HighriseApi.Models.Parties

ConvertSingle() 공개 정적인 메소드

public static ConvertSingle ( System.Xml.Linq.XElement xml ) : object
xml System.Xml.Linq.XElement
리턴 object