C# 클래스 Disco.Services.DeviceActionExtensions

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
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