C# 클래스 Tests.CBApi.models.requests.UserReqStub

상속: CBApi.Framework.Requests.UserRecommendationsRequest
파일 보기 프로젝트 열기: usbsnowcrash/Careerbuilder.Net 1 사용 예제들

공개 메소드들

메소드 설명
UserReqStub ( List qsList, string key, string domain, string cobrand, string siteid ) : System.Collections.Generic
UserReqStub ( string externalID, string key, string domain, string cobrand, string siteid ) : System.Collections.Generic

보호된 메소드들

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

메소드 상세

CheckForErrors() 보호된 메소드

protected CheckForErrors ( IRestResponse response ) : void
response IRestResponse
리턴 void

UserReqStub() 공개 메소드

public UserReqStub ( List qsList, string key, string domain, string cobrand, string siteid ) : System.Collections.Generic
qsList List
key string
domain string
cobrand string
siteid string
리턴 System.Collections.Generic

UserReqStub() 공개 메소드

public UserReqStub ( string externalID, string key, string domain, string cobrand, string siteid ) : System.Collections.Generic
externalID string
key string
domain string
cobrand string
siteid string
리턴 System.Collections.Generic