Class StdBEParamsMotorBS
Classe que define uma os parâmetros do motor de serviços de negócios.
Implements
StdBE100.IStdBEParamsMotorBS
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: StdBE100
Assembly: StdBE100.dll
Syntax
[ComVisible(true)]
[Guid("7D62B393-C3B5-4CDD-8E9B-565CC2F56793")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEParamsMotorBS : StdBaseBE, IStdBEParamsMotorBS
Constructors
StdBEParamsMotorBS()
Declaration
public StdBEParamsMotorBS()
Properties
CodEmp
Código da empresa.
Declaration
public string CodEmp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ComBSO
Motor de comunicações.
Declaration
public object ComBSO { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Contexto
Contexto do motor.
Declaration
public object Contexto { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ErpBSO
Motor do ERP.
Declaration
public object ErpBSO { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Instancia
Nome da instância.
Declaration
public string Instancia { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PasswordUtilizador
Password do utilizador.
Declaration
public string PasswordUtilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoPlataforma
Tipo de plataforma.
Declaration
public StdBETipos.EnumTipoPlataforma TipoPlataforma { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.EnumTipoPlataforma |
Utilizador
Nome do utilizador.
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
StdBE100.IStdBEParamsMotorBS