Class IntBELicenca
Classe que encapsula a definição de uma Licença da Gestão Comercial.
Implements
IntBE100.IIntBELicenca
Inherited Members
Namespace: IntBE100
Assembly: IntBE100.dll
Syntax
[ComVisible(true)]
[Guid("1B64E549-93D5-40EB-A865-CD66E1AF99DF")]
[ClassInterface(ClassInterfaceType.None)]
public class IntBELicenca : IntBaseBE, IIntBELicenca
Constructors
IntBELicenca()
Declaration
public IntBELicenca()
Properties
Internos
Identifica as operações de Vendas permitidas
Declaration
public IntBELicencaInternos Internos { get; }
Property Value
Type | Description |
---|---|
IntBELicencaInternos |
Methods
Finalize()
Declaration
protected override void Finalize()
IniciaLicenca(Object, StdBETipos.EnumTipoPlataforma)
Inicializa as licenças dos módulos
Declaration
public void IniciaLicenca(dynamic ObjLic, StdBETipos.EnumTipoPlataforma TipoPlataforma)
Parameters
Type | Name | Description |
---|---|---|
System.Object | ObjLic | |
StdBETipos.EnumTipoPlataforma | TipoPlataforma |
Implements
IntBE100.IIntBELicenca