DescendantSectionsVisitorVisitTopLevelSection - метод |
Пространство имён:
Tessa.Extensions.Default.Shared.Workflow
Сборка:
Tessa.Extensions.Default.Shared (в Tessa.Extensions.Default.Shared.dll) Версия: 3.5.0.19
Синтаксис protected abstract void VisitTopLevelSection(
CardRow row,
CardSection section,
IDictionary<Guid, Guid> stageMapping
)
Protected MustOverride Sub VisitTopLevelSection (
row As CardRow,
section As CardSection,
stageMapping As IDictionary(Of Guid, Guid)
)
protected:
virtual void VisitTopLevelSection(
CardRow^ row,
CardSection^ section,
IDictionary<Guid, Guid>^ stageMapping
) abstract
abstract VisitTopLevelSection :
row : CardRow *
section : CardSection *
stageMapping : IDictionary<Guid, Guid> -> unit
Параметры
- row
- Тип: Tessa.CardsCardRow
- section
- Тип: Tessa.CardsCardSection
- stageMapping
- Тип: System.Collections.GenericIDictionaryGuid, Guid
См. также