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

Inheritance: CBApi.Framework.Requests.UserRecommendationsRequest
Afficher le fichier Open project: usbsnowcrash/Careerbuilder.Net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CheckForErrors ( IRestResponse response ) : void

Method Details

CheckForErrors() protected méthode

protected CheckForErrors ( IRestResponse response ) : void
response IRestResponse
Résultat void

UserReqStub() public méthode

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
Résultat System.Collections.Generic

UserReqStub() public méthode

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
Résultat System.Collections.Generic