C# 클래스 SobekCM.Core.UI_Configuration.Citation.SectionWriter

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

SectionWriter() 공개 메소드

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
리턴 System

SectionWriter() 공개 메소드

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
리턴 System

ShouldSerializeAssembly() 공개 메소드

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