Property | Type | Description | |
---|---|---|---|
MarkBelongingParagraph | bool |
Method | Description | |
---|---|---|
RequirementSetMarker ( DataDictionary.Specification.RequirementSet requirementSet, bool belonging, bool notImplemented ) : System.Collections |
Constructor
|
|
visit ( Generated obj, bool visitSubNodes ) : void |
Method | Description | |
---|---|---|
MarkBelongingParagraph ( |
Marks the paragraph
|
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 |
return | System.Collections |
public visit ( Generated obj, bool visitSubNodes ) : void | ||
obj | Generated | |
visitSubNodes | bool | |
return | void |