PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEXDUFormulario

    Definição de uma função do utilizador (execução de formulários do utilizador).

    Inheritance
    System.Object
    StdBEXDUFormulario
    Implements
    StdPlatBE100.IStdBEXDUFormulario
    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: StdPlatBE100
    Assembly: StdPlatBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("68BD1F83-D04C-4A18-B81F-66CC756A7DE6")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEXDUFormulario : IStdBEXDUFormulario

    Constructors

    StdBEXDUFormulario()

    Declaration
    public StdBEXDUFormulario()

    Properties

    Definicao

    Definição do formulário do utilizador.

    Declaration
    public object Definicao { get; set; }
    Property Value
    Type Description
    System.Object

    Formulario

    Nome do formulário do utilizador.

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

    Funcao

    Identificador da função.

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

    Implements

    StdPlatBE100.IStdBEXDUFormulario