C# Класс VersionOne.ServiceHost.ClearQuestServices.ClearQuestHostedService

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

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

Метод Описание
Initialize ( XmlElement config, IEventManager eventManager, IProfile profile ) : void
ProcessMandatoryFieldsSettings ( XmlElement config, ClearQuestServiceConfiguration clearQuestConfig ) : void
Start ( ) : void

Приватные методы

Метод Описание
OnDefectCreated ( object pubobj ) : void

A Defect was created in V1 that corresponds to an Defect in ClearQuest. We update the defect in ClearQuest to reflect that.

OnDefectStateChanged ( object pubobj ) : void
OnInterval ( object pubobj ) : void

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

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

public Initialize ( XmlElement config, IEventManager eventManager, IProfile profile ) : void
config System.Xml.XmlElement
eventManager IEventManager
profile IProfile
Результат void

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

public ProcessMandatoryFieldsSettings ( XmlElement config, ClearQuestServiceConfiguration clearQuestConfig ) : void
config System.Xml.XmlElement
clearQuestConfig ClearQuestServiceConfiguration
Результат void

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

public Start ( ) : void
Результат void