PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSExprParser

    Classe utilizada para obter serviços e regras de negócio sobre Expressions Parser.

    Inheritance
    System.Object
    StdBSExprParser
    Implements
    IStdBSExprParser
    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("DC0E09A6-BB6A-40D8-9620-135155519321")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBSExprParser : IStdBSExprParser

    Methods

    Executa(ref String)

    Função que executa o Parser.

    Declaration
    public string Executa(ref string Comando)
    Parameters
    Type Name Description
    System.String Comando

    Comando a ser executado.

    Returns
    Type Description
    System.String

    Finalize()

    Declaration
    protected void Finalize()

    ParseVariables(String)

    Função que verifica o comando dado, substituindo as variaveis pelo seu valor real.

    Declaration
    public string ParseVariables(string Expressao)
    Parameters
    Type Name Description
    System.String Expressao

    Expressão a ser substituida.

    Returns
    Type Description
    System.String

    Implements

    IStdBSExprParser