C# Класс DataDictionary.EfsSystem.RequirementSetMarker

Marks the requirements for a specific requirement set
Наследование: DataDictionary.Generated.Visitor
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
MarkBelongingParagraph bool

Открытые методы

Метод Описание
RequirementSetMarker ( DataDictionary.Specification.RequirementSet requirementSet, bool belonging, bool notImplemented ) : System.Collections

Constructor

visit ( Generated obj, bool visitSubNodes ) : void

Приватные методы

Метод Описание
MarkBelongingParagraph ( Paragraph paragraph, bool recursively ) : bool

Marks the paragraph

Описание методов

RequirementSetMarker() публичный Метод

Constructor
public RequirementSetMarker ( DataDictionary.Specification.RequirementSet requirementSet, bool belonging, bool notImplemented ) : System.Collections
requirementSet DataDictionary.Specification.RequirementSet
belonging bool /// Indicates whether the paragraph should belong to the requirement set ///
notImplemented bool Indicates that the the elements that should be marked are the not implemented ones
Результат System.Collections

visit() публичный Метод

public visit ( Generated obj, bool visitSubNodes ) : void
obj Generated
visitSubNodes bool
Результат void