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+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
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