PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBELoginDisco

    Dados da ligação ao servidor de dados.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBELoginDisco
    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
    public class StdBELoginDisco : StdBaseBE

    Constructors

    StdBELoginDisco()

    Declaration
    public StdBELoginDisco()

    Fields

    AutenticacaoWindows

    Autenticação Windows.

    Declaration
    public int AutenticacaoWindows
    Field Value
    Type Description
    System.Int32

    Login

    Login.

    Declaration
    public string Login
    Field Value
    Type Description
    System.String

    Password

    Password do login.

    Declaration
    public string Password
    Field Value
    Type Description
    System.String

    Servidor

    Nome do servidor.

    Declaration
    public string Servidor
    Field Value
    Type Description
    System.String

    TimeOut

    Tempo máximo de espera em segundos (timeout).

    Declaration
    public int TimeOut
    Field Value
    Type Description
    System.Int32