IBaseCardService.GetBaseCardSectionRows — метод (BaseCard, CardSection)

Возвращает коллекцию всех строк секции карточки.

Синтаксис

IEnumerable<BaseCardSectionRow> GetBaseCardSectionRows(BaseCard card, CardSection section)
Параметры
card

Тип: BaseCard

Карточка

section

Тип: CardSection

Секция карточки

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerable<BaseCardSectionRow>

Коллекция строк секции типа BaseCardSectionRow

Исключения

Исключение Условие

System.ArgumentNullException

Ошибка возвращается в случае, если не задан параметр card или section.