C# Класс ATML1671Allocator.allocator.ATMLAllocator

Показать файл Открыть проект

Открытые свойства

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

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

Метод Описание
AddAvailableInstrument ( TestStationInstrumentData instrumentDescription ) : void
AddSelectedTestStation ( TestStationDescription11 testStation ) : void
AnalyzeRequiredSignals ( string testDescriptionXml ) : void
ClearAvailableInstruments ( ) : void
ClearSelectedTestStations ( ) : void
LoadXML ( string xmlDocument ) : void
OnTestStationSelected ( ) : void

Защищенные методы

Метод Описание
OnClosed ( ) : void
OnInstrumentsCleared ( ) : void
OnSignalAnalysisPerformed ( FileInfo fileinfo, byte content ) : void
OnTestConfigurationOpened ( FileInfo fileinfo, byte content ) : void
OnTestDescriptionChanged ( TestDescription testdescription ) : void
OnTestDescriptionOpened ( FileInfo fileinfo, byte content ) : void

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

Метод Описание
ATMLAllocator ( ) : System
Instance_TestDescriptionDocumentAdded ( FileInfo fi, string documentType ) : void
LoadTestConfigurationFile ( string fileName ) : void
LoadTestDescriptionFile ( string fileName ) : void
OnProjectClosed ( ) : void
OnProjectOpened ( string testProgramSetName ) : void

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

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

public AddAvailableInstrument ( TestStationInstrumentData instrumentDescription ) : void
instrumentDescription TestStationInstrumentData
Результат void

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

public AddSelectedTestStation ( TestStationDescription11 testStation ) : void
testStation ATMLModelLibrary.model.equipment.TestStationDescription11
Результат void

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

public AnalyzeRequiredSignals ( string testDescriptionXml ) : void
testDescriptionXml string
Результат void

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

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

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

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

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

public LoadXML ( string xmlDocument ) : void
xmlDocument string
Результат void

OnClosed() защищенный метод

protected OnClosed ( ) : void
Результат void

OnInstrumentsCleared() защищенный метод

protected OnInstrumentsCleared ( ) : void
Результат void

OnSignalAnalysisPerformed() защищенный метод

protected OnSignalAnalysisPerformed ( FileInfo fileinfo, byte content ) : void
fileinfo System.IO.FileInfo
content byte
Результат void

OnTestConfigurationOpened() защищенный метод

protected OnTestConfigurationOpened ( FileInfo fileinfo, byte content ) : void
fileinfo System.IO.FileInfo
content byte
Результат void

OnTestDescriptionChanged() защищенный метод

protected OnTestDescriptionChanged ( TestDescription testdescription ) : void
testdescription ATMLModelLibrary.model.TestDescription
Результат void

OnTestDescriptionOpened() защищенный метод

protected OnTestDescriptionOpened ( FileInfo fileinfo, byte content ) : void
fileinfo System.IO.FileInfo
content byte
Результат void

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

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

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

SOURCE публичное статическое свойство

public static string SOURCE
Результат string