Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class GrantedModuleLicense : Carrier
public GrantedModuleLicense()
public virtual string Description { get; set; }
public virtual DateTime ExpiryDate { get; set; }
public virtual int ExtraFlags { get; set; }
public virtual bool IsHidden { get; set; }
public virtual bool IsUnrestricted { get; set; }
public virtual int LicenseNumber { get; set; }
[JsonIgnore] public LicenseType? LicenseType { get; set; }
[JsonProperty("LicenseType")] public string LicenseType_String { get; set; }
public virtual int ModuleId { get; set; }
public virtual string Name { get; set; }
public virtual string OwnerDescription { get; set; }
public virtual int OwnerId { get; set; }
public virtual string OwnerName { get; set; }
public virtual int SortOrder { get; set; }
public virtual string Version { get; set; }
Was this page helpful?