PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AdmBEEstatisticaLogin

    Definição de estatísticas de acesso.

    Inheritance
    System.Object
    StdBE
    AdmBaseBE
    AdmBEEstatisticaLogin
    Implements
    AdmBE100.IAdmBEEstatisticaLogin
    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("E54B0C59-77DA-4447-B694-C7A0705D484B")]
    [ClassInterface(ClassInterfaceType.None)]
    public class AdmBEEstatisticaLogin : AdmBaseBE, IAdmBEEstatisticaLogin

    Constructors

    AdmBEEstatisticaLogin()

    Declaration
    public AdmBEEstatisticaLogin()

    Properties

    Acessos

    Número de acessos.

    Declaration
    public int Acessos { get; set; }
    Property Value
    Type Description
    System.Int32

    Aplicacao

    Identificador da aplicação.

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

    Data

    Data de acesso.

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

    Empresa

    Identificador da empresa.

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

    Existe

    Indica se o registo existe.

    Declaration
    public bool Existe { get; set; }
    Property Value
    Type Description
    System.Boolean

    Utilizador

    Identificador do utilizador.

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

    Implements

    AdmBE100.IAdmBEEstatisticaLogin