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

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

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

Метод Описание
CanCreateJob ( this d ) : bool
CanDecommission ( this d ) : bool
CanDelete ( this d ) : bool
CanRecommission ( this d ) : bool
CanUpdateAssignment ( this d ) : bool
CanUpdateDeviceBatch ( this d ) : bool
CanUpdateDeviceProfile ( this d ) : bool
CanUpdateTrustEnrol ( this d ) : bool
CanUpdateUntrustEnrol ( this d ) : bool
IsDecommissioned ( this d ) : bool
OnDecommission ( this d, DecommissionReasons Reason ) : void
OnDelete ( this d, DiscoDataContext Database ) : void
OnRecommission ( this d ) : void

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

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

public static CanCreateJob ( this d ) : bool
d this
Результат bool

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

public static CanDecommission ( this d ) : bool
d this
Результат bool

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

public static CanDelete ( this d ) : bool
d this
Результат bool

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

public static CanRecommission ( this d ) : bool
d this
Результат bool

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

public static CanUpdateAssignment ( this d ) : bool
d this
Результат bool

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

public static CanUpdateDeviceBatch ( this d ) : bool
d this
Результат bool

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

public static CanUpdateDeviceProfile ( this d ) : bool
d this
Результат bool

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

public static CanUpdateTrustEnrol ( this d ) : bool
d this
Результат bool

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

public static CanUpdateUntrustEnrol ( this d ) : bool
d this
Результат bool

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

public static IsDecommissioned ( this d ) : bool
d this
Результат bool

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

public static OnDecommission ( this d, DecommissionReasons Reason ) : void
d this
Reason DecommissionReasons
Результат void

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

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

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

public static OnRecommission ( this d ) : void
d this
Результат void