Class BasBELicencaFiliais
Classe que encapsula a definição do Módulo Filiais.
Implements
BasBE100.IBasBELicencaFiliais
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("a6158366-f4fe-43b8-9f99-837992c483ff")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBELicencaFiliais : BasBaseBE, IBasBELicencaFiliais
Constructors
BasBELicencaFiliais()
Declaration
public BasBELicencaFiliais()
Properties
ETerminal
Identificador Terminal.
Declaration
public bool ETerminal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LicencaDeFilial
Identificador da Licença de Filial.
Declaration
public bool LicencaDeFilial { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
IniciaLicenca(Object, StdBETipos.EnumTipoPlataforma)
Privado
Declaration
public void IniciaLicenca(dynamic ObjLic, StdBETipos.EnumTipoPlataforma TipoPlataforma)
Parameters
Type | Name | Description |
---|---|---|
System.Object | ObjLic | |
StdBETipos.EnumTipoPlataforma | TipoPlataforma |
Implements
BasBE100.IBasBELicencaFiliais