C# Class Tests.CBApi.models.requests.UserReqStub

Inheritance: CBApi.Framework.Requests.UserRecommendationsRequest
Mostrar archivo Open project: usbsnowcrash/Careerbuilder.Net Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
CheckForErrors ( IRestResponse response ) : void

Method Details

CheckForErrors() protected method

protected CheckForErrors ( IRestResponse response ) : void
response IRestResponse
return void

UserReqStub() public method

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
return System.Collections.Generic

UserReqStub() public method

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
return System.Collections.Generic