C# Class SobekCM.Core.UI_Configuration.Citation.SectionWriter

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

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

Method Details

SectionWriter() public method

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
public SectionWriter ( ) : System
return System

SectionWriter() public method

Constructor for a new instance of the SectionWriter class
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

ShouldSerializeAssembly() public method

Method suppresses XML Serialization of the Assembly property if it is empty
public ShouldSerializeAssembly ( ) : bool
return bool