Class SatelliteModuleLicenseLink
Wrapper for
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 |
---|---|
Boolean |
Overrides
SuperOffice.License.ModuleLicenseLinkBase<SuperOffice.CRM.Rows.LicenseSatlLinkRow>.Assigned
Methods
SetParentId(Int32)
Set the parent
Declaration
protected override void SetParentId(int parentId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | parentId |
Overrides
SuperOffice.License.ModuleLicenseLinkBase<SuperOffice.CRM.Rows.LicenseSatlLinkRow>.SetParentId(System.Int32)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)