C# Класс SDC.SectionBaseType

Наследование: SDC.RepeatingType
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Clone ( ) : SectionBaseType

Create a clone of this SectionBaseType object

Deserialize ( Stream s ) : SectionBaseType
Deserialize ( string input ) : SectionBaseType
Deserialize ( string input, SectionBaseType &obj ) : bool
Deserialize ( string input, SectionBaseType &obj, Exception &exception ) : bool

Deserializes workflow markup into an SectionBaseType object

LoadFromFile ( string fileName ) : SectionBaseType
LoadFromFile ( string fileName, SectionBaseType &obj ) : bool
LoadFromFile ( string fileName, SectionBaseType &obj, Exception &exception ) : bool

Deserializes xml markup from file into an SectionBaseType object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current SectionBaseType object into file

SaveToFile ( string fileName ) : void
SectionBaseType ( ) : System

SectionBaseType class constructor

Serialize ( ) : string

Serializes current SectionBaseType object into an XML string

ShouldSerializeordered ( ) : bool

Test whether ordered should be serialized

Описание методов

Clone() публичный Метод

Create a clone of this SectionBaseType object
public Clone ( ) : SectionBaseType
Результат SectionBaseType

Deserialize() публичный статический Метод

public static Deserialize ( Stream s ) : SectionBaseType
s Stream
Результат SectionBaseType

Deserialize() публичный статический Метод

public static Deserialize ( string input ) : SectionBaseType
input string
Результат SectionBaseType

Deserialize() публичный статический Метод

public static Deserialize ( string input, SectionBaseType &obj ) : bool
input string
obj SectionBaseType
Результат bool

Deserialize() публичный статический Метод

Deserializes workflow markup into an SectionBaseType object
public static Deserialize ( string input, SectionBaseType &obj, Exception &exception ) : bool
input string string workflow markup to deserialize
obj SectionBaseType Output SectionBaseType object
exception Exception output Exception value if deserialize failed
Результат bool

LoadFromFile() публичный статический Метод

public static LoadFromFile ( string fileName ) : SectionBaseType
fileName string
Результат SectionBaseType

LoadFromFile() публичный статический Метод

public static LoadFromFile ( string fileName, SectionBaseType &obj ) : bool
fileName string
obj SectionBaseType
Результат bool

LoadFromFile() публичный статический Метод

Deserializes xml markup from file into an SectionBaseType object
public static LoadFromFile ( string fileName, SectionBaseType &obj, Exception &exception ) : bool
fileName string string xml file to load and deserialize
obj SectionBaseType Output SectionBaseType object
exception Exception output Exception value if deserialize failed
Результат bool

SaveToFile() публичный Метод

Serializes current SectionBaseType object into file
public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string full path of outupt xml file
exception Exception output Exception value if failed
Результат bool

SaveToFile() публичный Метод

public SaveToFile ( string fileName ) : void
fileName string
Результат void

SectionBaseType() публичный Метод

SectionBaseType class constructor
public SectionBaseType ( ) : System
Результат System

Serialize() публичный Метод

Serializes current SectionBaseType object into an XML string
public Serialize ( ) : string
Результат string

ShouldSerializeordered() публичный Метод

Test whether ordered should be serialized
public ShouldSerializeordered ( ) : bool
Результат bool