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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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