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

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

Private Properties

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

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

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

Deserializes workflow markup into an TestResultsPersonnel object

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

Deserializes xml markup from file into an TestResultsPersonnel object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current TestResultsPersonnel object into file

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

Serializes current TestResultsPersonnel object into an XML string

TestResultsPersonnel ( ) : ATMLModelLibrary.model.common

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Serializes current TestResultsPersonnel 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 TestResultsPersonnel object into an XML string
public Serialize ( ) : string
Результат string

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

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