C# Class Disco.Services.DeviceActionExtensions

Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
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

Method Details

CanCreateJob() public static méthode

public static CanCreateJob ( this d ) : bool
d this
Résultat bool

CanDecommission() public static méthode

public static CanDecommission ( this d ) : bool
d this
Résultat bool

CanDelete() public static méthode

public static CanDelete ( this d ) : bool
d this
Résultat bool

CanRecommission() public static méthode

public static CanRecommission ( this d ) : bool
d this
Résultat bool

CanUpdateAssignment() public static méthode

public static CanUpdateAssignment ( this d ) : bool
d this
Résultat bool

CanUpdateDeviceBatch() public static méthode

public static CanUpdateDeviceBatch ( this d ) : bool
d this
Résultat bool

CanUpdateDeviceProfile() public static méthode

public static CanUpdateDeviceProfile ( this d ) : bool
d this
Résultat bool

CanUpdateTrustEnrol() public static méthode

public static CanUpdateTrustEnrol ( this d ) : bool
d this
Résultat bool

CanUpdateUntrustEnrol() public static méthode

public static CanUpdateUntrustEnrol ( this d ) : bool
d this
Résultat bool

IsDecommissioned() public static méthode

public static IsDecommissioned ( this d ) : bool
d this
Résultat bool

OnDecommission() public static méthode

public static OnDecommission ( this d, DecommissionReasons Reason ) : void
d this
Reason DecommissionReasons
Résultat void

OnDelete() public static méthode

public static OnDelete ( this d, DiscoDataContext Database ) : void
d this
Database Disco.Data.Repository.DiscoDataContext
Résultat void

OnRecommission() public static méthode

public static OnRecommission ( this d ) : void
d this
Résultat void