PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AdmBESessaoERP

    Definição de uma sessão do ERP.

    Inheritance
    System.Object
    StdBE
    AdmBaseBE
    AdmBESessaoERP
    Implements
    AdmBE100.IAdmBESessaoERP
    Inherited Members
    AdmBaseBE.AbvtApl
    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: AdmBE100
    Assembly: AdmBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("ABDD4D62-5DB2-46D6-B330-DD07362310C1")]
    [ClassInterface(ClassInterfaceType.None)]
    public class AdmBESessaoERP : AdmBaseBE, IAdmBESessaoERP

    Constructors

    AdmBESessaoERP()

    Declaration
    public AdmBESessaoERP()

    Properties

    DataSessao

    Data da sessão (uso interno)

    Declaration
    public DateTime DataSessao { get; set; }
    Property Value
    Type Description
    System.DateTime

    HashCode1

    Código hash de validação da sessão (uso interno)

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

    HashCode2

    Código hash de validação da sessão (uso interno)

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

    Maquina

    Máquina da sessão (uso interno)

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

    Modo

    Utilizador da sessão (uso interno)

    Declaration
    public byte Modo { get; set; }
    Property Value
    Type Description
    System.Byte

    Utilizador

    Utilizador da sessão (uso interno)

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

    Implements

    AdmBE100.IAdmBESessaoERP