PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSDlgLogin

    Classe utilizada para obter serviços e regras de negócio sobre o Dialogo de Login.

    Inheritance
    System.Object
    StdBSDlgLogin
    Implements
    IStdBSDlgLogin
    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: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("BEC5107A-A266-4919-916D-706CA6F48B8D")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBSDlgLogin : IStdBSDlgLogin

    Constructors

    StdBSDlgLogin()

    Declaration
    public StdBSDlgLogin()

    Properties

    InAbvtApl

    Abreviatura do Módulo.

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

    InBuild

    Build.

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

    InDescVersao

    Descrição da Versão.

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

    InIcon

    Icone.

    Declaration
    public Icon InIcon { get; set; }
    Property Value
    Type Description
    System.Drawing.Icon

    InPedePass

    Pede Password.

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

    InPercursoApl

    Percurso do Módulo.

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

    InTitulo

    Titulo.

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

    InUtilizador

    Utilizador.

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

    InVersaoPrincipal

    Versão Principal.

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

    Implements

    IStdBSDlgLogin