PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEParamsMotorDS

    Classe que define uma os parâmetros do motor de dados.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEParamsMotorDS
    Implements
    StdBE100.IStdBEParamsMotorDS
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    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("0AC26DEF-91D8-4B31-A38B-34BF1697CC70")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEParamsMotorDS : StdBaseBE, IStdBEParamsMotorDS

    Constructors

    StdBEParamsMotorDS()

    Declaration
    public StdBEParamsMotorDS()

    Properties

    CodEmp

    Códiga da empresa.

    Declaration
    public string CodEmp { get; set; }
    Property Value
    Type Description
    System.String

    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.IStdBEParamsMotorDS