Constructor Section
Section()
Initializes a new instance of the Section class.
public Section()
Section(SectionDefinition)
Initializes a new instance of the Section class using the specified section definition.
public Section(SectionDefinition existingSectionDefinition)
Parameters
existingSectionDefinition
SectionDefinitionThe section definition.
Remarks
As the corresponding section definition is provided, this section will be already stitched.
Exceptions
- ArgumentNullException
existingSectionDefinition
is null.
Section(SectionDefinitionID)
Initializes a new instance of the Section class using the specified section definition ID.
public Section(SectionDefinitionID sectionDefinitionID)
Parameters
sectionDefinitionID
SectionDefinitionIDSection definition ID.
Section(SerializationInfo, StreamingContext)
Initializes a new instance of the Section class using the specified serialization info and streaming context.
public Section(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe serialization info.
context
StreamingContextThe streaming context.