C# 클래스 CBApi.Framework.Requests.EducationCodesRequest

상속: GetRequest, IEducationCodesRequest
파일 보기 프로젝트 열기: usbsnowcrash/Careerbuilder.Net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_countryCode string

공개 메소드들

메소드 설명
EducationCodesRequest ( APISettings settings ) : System.Collections.Generic
ListAll ( ) : List
WhereCountryCode ( CountryCode value ) : IEducationCodesRequest

메소드 상세

EducationCodesRequest() 공개 메소드

public EducationCodesRequest ( APISettings settings ) : System.Collections.Generic
settings APISettings
리턴 System.Collections.Generic

ListAll() 공개 메소드

public ListAll ( ) : List
리턴 List

WhereCountryCode() 공개 메소드

public WhereCountryCode ( CountryCode value ) : IEducationCodesRequest
value CountryCode
리턴 IEducationCodesRequest

프로퍼티 상세

_countryCode 보호되어 있는 프로퍼티

protected string _countryCode
리턴 string