Property | Type | Description |
---|
Method | Description | |
---|---|---|
SectionWriter ( ) : System |
Constructor for a new instance of the SectionWriter class This creates an empty, uninitialized instance of the SectionWriter class, but is required for seralization/deserialization purposes |
|
SectionWriter ( string Assembly, string Class_Name ) : System |
Constructor for a new instance of the SectionWriter class
|
|
ShouldSerializeAssembly ( ) : bool |
Method suppresses XML Serialization of the Assembly property if it is empty
|
public SectionWriter ( string Assembly, string Class_Name ) : System | ||
Assembly | string | Name of the assembly from which this special citation section /// viewer should be loaded |
Class_Name | string | Fully qualified name (including namespace) of the special citation /// section writer class |
return | System |