PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEXDUAplExterna

    Definição de uma função do utilizador (execução de aplicações externas).

    Inheritance
    System.Object
    StdBEXDUAplExterna
    Implements
    StdPlatBE100.IStdBEXDUAplExterna
    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("EF4E0F12-EA3B-4D36-98F0-E70BC18223BE")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEXDUAplExterna : IStdBEXDUAplExterna

    Constructors

    StdBEXDUAplExterna()

    Declaration
    public StdBEXDUAplExterna()

    Properties

    Comando

    Linha de comandos a executar.

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

    DirInicial

    Directoria inicial.

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

    ExecutarEm

    Directoria de execução.

    Declaration
    public StdBETipos.TipoExecucaoApl ExecutarEm { get; set; }
    Property Value
    Type Description
    StdBETipos.TipoExecucaoApl

    Funcao

    Identificador da função.

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

    Parametros

    Parâmetros da linha de comandos.

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

    Implements

    StdPlatBE100.IStdBEXDUAplExterna