C# Класс ATMLModelLibrary.model.test.TestResultIndictmentsIndictment

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Deserialize ( System s ) : TestResultIndictmentsIndictment
Deserialize ( string input ) : TestResultIndictmentsIndictment
Deserialize ( string input, TestResultIndictmentsIndictment &obj ) : bool
Deserialize ( string input, TestResultIndictmentsIndictment &obj, System &exception ) : bool

Deserializes workflow markup into an TestResultIndictmentsIndictment object

LoadFromFile ( string fileName ) : TestResultIndictmentsIndictment
LoadFromFile ( string fileName, TestResultIndictmentsIndictment &obj ) : bool
LoadFromFile ( string fileName, TestResultIndictmentsIndictment &obj, System &exception ) : bool

Deserializes xml markup from file into an TestResultIndictmentsIndictment object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current TestResultIndictmentsIndictment object into file

SaveToFile ( string fileName ) : void
Serialize ( ) : string

Serializes current TestResultIndictmentsIndictment object into an XML string

TestResultIndictmentsIndictment ( ) : ATMLModelLibrary.model.common

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

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

public static Deserialize ( System s ) : TestResultIndictmentsIndictment
s System
Результат TestResultIndictmentsIndictment

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

TestResultIndictmentsIndictment() публичный метод

public TestResultIndictmentsIndictment ( ) : ATMLModelLibrary.model.common
Результат ATMLModelLibrary.model.common