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 ModuleLicenseLink : Carrier
public ModuleLicenseLink()
public virtual bool Assigned { get; set; }
public virtual bool CanAssign { get; set; }
public virtual string Description { get; set; }
public virtual int ExtraFlags { get; set; }
public virtual int Free { get; set; }
public virtual int InUse { get; set; }
public virtual bool IsHidden { get; set; }
public virtual int ModuleLicenseId { get; set; }
public virtual string Name { get; set; }
public virtual string PrerequisiteModuleName { get; set; }
public virtual int SortOrder { get; set; }
public virtual string Tooltip { get; set; }
public virtual int Total { get; set; }
public virtual bool Unrestricted { get; set; }
Was this page helpful?