IIsLicenseExpired Interface

Adds a field representing whether the license of the resource has expired.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public interface IIsLicenseExpired

Properties

IsLicenseExpired Returns true if the company's license has expired
LicenseExpiredBy Represents an AccountDto object.
LicenseExpiredWhen The date and time when the resource license was expired.

Extension Methods

SetLicenseActive Set item's license as active
(Defined by ModelGenericModifiers)
SetLicenseExpired Set item's license as expired
(Defined by ModelGenericModifiers)

See Also