C# 클래스 CBApi.Framework.ErrorParser

파일 보기 프로젝트 열기: usbsnowcrash/Careerbuilder.Net

공개 메소드들

메소드 설명
CheckForErrors ( IRestResponse response ) : void
GetXmlContentWithoutNamespaces ( string xmlDocument ) : string

비공개 메소드들

메소드 설명
CheckRestSharpForErrorStatus ( IRestResponse response ) : void
ParseJSONForErrorsNode ( IRestResponse response ) : void
ParseResponseForErrorsNode ( IRestResponse response ) : void
ParseXmlForErrorsNode ( IRestResponse response ) : void
RemoveAllNamespaces ( System.Xml.Linq.XElement xmlDocument ) : System.Xml.Linq.XElement

메소드 상세

CheckForErrors() 공개 정적인 메소드

public static CheckForErrors ( IRestResponse response ) : void
response IRestResponse
리턴 void

GetXmlContentWithoutNamespaces() 공개 정적인 메소드

public static GetXmlContentWithoutNamespaces ( string xmlDocument ) : string
xmlDocument string
리턴 string