C# Класс Telerik.TestStudio.Jira.BugTracking.JiraConnectionModel

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

Private Properties

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

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

Метод Описание
JiraConnectionModel ( ) : System

Default constructor

JiraConnectionModel ( JiraConnectionModel other ) : System

Construct new model by copying the contents of another model.

LoadFrom ( ArtOfTest store ) : void

Load the JIRA connection settings from the XML store.

SaveTo ( ArtOfTest store ) : void

Save the settings to an XML store.

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

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

Default constructor
public JiraConnectionModel ( ) : System
Результат System

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

Construct new model by copying the contents of another model.
public JiraConnectionModel ( JiraConnectionModel other ) : System
other JiraConnectionModel The other model to copy from.
Результат System

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

Load the JIRA connection settings from the XML store.
public LoadFrom ( ArtOfTest store ) : void
store ArtOfTest The XML store to read the settings out of. It originally /// comes from the settings.aiis file.
Результат void

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

Save the settings to an XML store.
public SaveTo ( ArtOfTest store ) : void
store ArtOfTest The XML store to save the settings to. This eventually gets persisted /// to the settings.aiis file.
Результат void