C# Класс Disco.Services.DeviceModelExtensions

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

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

Метод Описание
CanDelete ( this dm, DiscoDataContext Database ) : bool
Delete ( this dm, DiscoDataContext Database ) : void
GetOrCreateDeviceModel ( this DeviceModelsSet, string Manufacturer, string Model, string ModelType ) : bool>.Tuple

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

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

public static CanDelete ( this dm, DiscoDataContext Database ) : bool
dm this
Database Disco.Data.Repository.DiscoDataContext
Результат bool

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

public static Delete ( this dm, DiscoDataContext Database ) : void
dm this
Database Disco.Data.Repository.DiscoDataContext
Результат void

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

public static GetOrCreateDeviceModel ( this DeviceModelsSet, string Manufacturer, string Model, string ModelType ) : bool>.Tuple
DeviceModelsSet this
Manufacturer string
Model string
ModelType string
Результат bool>.Tuple