Class SysLic
Inheritance
System.Object
SysLic
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Terrasoft.Core.dll
Syntax
public class SysLic : SysBaseLookup, IEntity, ICloneable, ILicObject, ICompositeObject, IRowModel
Constructors
SysLic(SysLic)
Declaration
public SysLic(SysLic source)
Parameters
Type |
Name |
Description |
SysLic |
source |
|
SysLic(UserConnection)
Declaration
public SysLic(UserConnection userConnection)
Parameters
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DueDate
Declaration
public DateTime DueDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsInLicClearing
Declaration
public bool IsInLicClearing { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsInLicLoading
Declaration
public bool IsInLicLoading { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsInSysPackageLoading
Declaration
public bool IsInSysPackageLoading { get; }
Property Value
Type |
Description |
System.Boolean |
|
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
LicType
Declaration
public SysLicType? LicType { get; set; }
Property Value
LicVersion
Declaration
public string LicVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
SSPAdministratedSchemaCount
Declaration
public int SSPAdministratedSchemaCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SSPCustomEntityCount
Declaration
public int SSPCustomEntityCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SSPSchemaCount
Declaration
public int SSPSchemaCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
SysLicPackage
Declaration
public SysLicPackage SysLicPackage { get; }
Property Value
SysLicPackageId
Declaration
public Guid SysLicPackageId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
SysPackageName
Declaration
public string SysPackageName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
LoadResponse(String)
Declaration
public void LoadResponse(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
OnLicClearing(EventArgs)
Declaration
protected void OnLicClearing(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
OnLicLoading(LicLoadEventArgs)
Declaration
protected void OnLicLoading(LicLoadEventArgs e)
Parameters
OnSysPackageLoading(SysPackageLoadEventArgs)
Declaration
protected void OnSysPackageLoading(SysPackageLoadEventArgs e)
Parameters
Events
LicClearing
Declaration
public event EventHandler<EventArgs> LicClearing
Event Type
Type |
Description |
System.EventHandler<System.EventArgs> |
|
LicLoading
Declaration
public event EventHandler<LicLoadEventArgs> LicLoading
Event Type
SysPackageLoading
Declaration
public event EventHandler<SysPackageLoadEventArgs> SysPackageLoading
Event Type
Implements
System.ICloneable
Extension Methods