Class SatelliteModuleLicenseLink
Wrapper for LicenseSatLinkRow supporting to assign and un-assign module licenses to satellites
Inheritance
SatelliteModuleLicenseLink
Implements
Inherited Members
Namespace: SuperOffice.License
Assembly: SoDataBase.dll
Syntax
public class SatelliteModuleLicenseLink : ModuleLicenseLinkBase<LicenseSatlLinkRow>, INestedPersist
Constructors
SatelliteModuleLicenseLink(ModuleLicenseRow)
Default constructor.
Declaration
public SatelliteModuleLicenseLink(ModuleLicenseRow license)
Parameters
| Type | Name | Description |
|---|---|---|
| ModuleLicenseRow | license | Module that can be linked (i.e. assigned) to a satellite. |
Properties
Assigned
Assign a module license to a satellite.
Declaration
public override bool Assigned { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
Methods
SetParentId(int)
Set the parent
Declaration
protected override void SetParentId(int parentId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | parentId |