Class InvBELicenca
Classe que identifica uma licença de inventário.
Implements
InvBE100.IInvBELicenca
Inherited Members
Namespace: InvBE100
Assembly: InvBE100.dll
Syntax
[ComVisible(true)]
[Guid("4E475169-DF25-4C86-8D1D-F99B5E4CF0DE")]
[ClassInterface(ClassInterfaceType.None)]
public class InvBELicenca : InvBaseBE, IInvBELicenca
Constructors
InvBELicenca()
Declaration
public InvBELicenca()
Properties
Inventario
Identifica as operações de inventário permitidas.
Declaration
public InvBELicencaInventario Inventario { get; }
Property Value
Type | Description |
---|---|
InvBELicencaInventario |
Methods
Finalize()
Destrutor da classe.
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
InvBE100.IInvBELicenca