C# Class CBApi.Framework.Requests.EducationCodesRequest

Inheritance: GetRequest, IEducationCodesRequest
显示文件 Open project: usbsnowcrash/Careerbuilder.Net Class Usage Examples

Protected Properties

Property Type Description
_countryCode string

Public Methods

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

Method Details

EducationCodesRequest() public method

public EducationCodesRequest ( APISettings settings ) : System.Collections.Generic
settings APISettings
return System.Collections.Generic

ListAll() public method

public ListAll ( ) : List
return List

WhereCountryCode() public method

public WhereCountryCode ( CountryCode value ) : IEducationCodesRequest
value CountryCode
return IEducationCodesRequest

Property Details

_countryCode protected_oe property

protected string _countryCode
return string