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