C# Класс CBApi.Framework.Requests.EducationCodesRequest

Наследование: GetRequest, IEducationCodesRequest
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_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