mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

SectionWriter Class



Information about a special citation section writer which should be loaded to dispay a portion in the main citation


Namespace: SobekCM.Core.UI_Configuration.Citation
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("CitationSectionWriter")]
public class SectionWriter

Remarks

These classes should all implement the iCitationSectionWriter class to be used with the default SobekCM web application

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.UI_Configuration.Citation..::..SectionWriter

Constructors

  NameDescription
Public methodSectionWriter()()()()
Constructor for a new instance of the SectionWriter class
Public methodSectionWriter(String, String)
Constructor for a new instance of the SectionWriter class

Methods

  NameDescription
Public methodShouldSerializeAssembly
Method suppresses XML Serialization of the Assembly property if it is empty

Properties

  NameDescription
Public propertyAssembly
Name of the assembly from which this special citation section viewer should be loaded
Public propertyClass_Name
Fully qualified name (including namespace) of the special citation section writer class

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )