C# Класс SobekCM.Core.UI_Configuration.Citation.SectionWriter

Показать файл Открыть проект

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