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
existingSectionDefinitionSectionDefinitionThe section definition.
Remarks
As the corresponding section definition is provided, this section will be already stitched.
Exceptions
- ArgumentNullException
existingSectionDefinitionis null.
Section(SectionDefinitionID)
Initializes a new instance of the Section class using the specified section definition ID.
public Section(SectionDefinitionID sectionDefinitionID)
Parameters
sectionDefinitionIDSectionDefinitionIDSection 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
infoSerializationInfoThe serialization info.
contextStreamingContextThe streaming context.