C# Class CBApi.Framework.Requests.EducationCodesRequest

Inheritance: GetRequest, IEducationCodesRequest
Afficher le fichier Open project: usbsnowcrash/Careerbuilder.Net Class Usage Examples

Protected Properties

Свойство Type Description
_countryCode string

Méthodes publiques

Méthode Description
EducationCodesRequest ( APISettings settings ) : System.Collections.Generic
ListAll ( ) : List
WhereCountryCode ( CountryCode value ) : IEducationCodesRequest

Method Details

EducationCodesRequest() public méthode

public EducationCodesRequest ( APISettings settings ) : System.Collections.Generic
settings APISettings
Résultat System.Collections.Generic

ListAll() public méthode

public ListAll ( ) : List
Résultat List

WhereCountryCode() public méthode

public WhereCountryCode ( CountryCode value ) : IEducationCodesRequest
value CountryCode
Résultat IEducationCodesRequest

Property Details

_countryCode protected_oe property

protected string _countryCode
Résultat string