C# Класс ChronopicRegisterPortList, chronojump

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

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

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

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

Метод Описание
Add ( ChronopicRegisterPort, crp ) : void
ChronopicRegisterPortList ( ) : System
Delete ( ChronopicRegisterPort, crp ) : void
Exists ( ChronopicRegisterPort, crp ) : bool
PortChanged ( ChronopicRegisterPort, crp ) : bool
Print ( ) : void
UpdatePort ( ChronopicRegisterPort, crp, string newPort ) : void
UpdateType ( ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void

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

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

public Add ( ChronopicRegisterPort, crp ) : void
crp ChronopicRegisterPort,
Результат void

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

public ChronopicRegisterPortList ( ) : System
Результат System

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

public Delete ( ChronopicRegisterPort, crp ) : void
crp ChronopicRegisterPort,
Результат void

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

public Exists ( ChronopicRegisterPort, crp ) : bool
crp ChronopicRegisterPort,
Результат bool

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

public PortChanged ( ChronopicRegisterPort, crp ) : bool
crp ChronopicRegisterPort,
Результат bool

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

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

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

public UpdatePort ( ChronopicRegisterPort, crp, string newPort ) : void
crp ChronopicRegisterPort,
newPort string
Результат void

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

public UpdateType ( ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void
crp ChronopicRegisterPort,
newType ChronopicRegisterPort,
Результат void

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

L публичное свойство

public List L
Результат List