PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSXDUMotorMapaUtil

    Classe utilizada para obter serviços e regras de negócio sobre os Mapas das Funções de Utilizador.

    Inheritance
    System.Object
    StdBSXDUMotorMapaUtil
    Implements
    StdBSXDUMotorInterface
    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
    public class StdBSXDUMotorMapaUtil : StdBSXDUMotorInterface

    Properties

    BSO

    Sets the bso.

    Declaration
    public StdPlatBS BSO { set; }
    Property Value
    Type Description
    StdPlatBS

    ModoServico

    Sets a value indicating whether [modo servico].

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

    Silencioso

    Sets a value indicating whether this StdBSXDUMotorMapaUtil is silencioso.

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

    Methods

    Executa(StdBEXDU, ref Object)

    Executas the specified object be.

    Declaration
    public bool Executa(StdBEXDU objBE, ref object vResultado)
    Parameters
    Type Name Description
    StdBEXDU objBE

    The object be.

    System.Object vResultado

    The v resultado.

    Returns
    Type Description
    System.Boolean

    Finalize()

    Finalizes an instance of the StdBSXDUMotorMapaUtil class.

    Declaration
    protected void Finalize()

    Explicit Interface Implementations

    StdBSXDUMotorInterface.Executa(StdBEXDU)

    Declaration
    bool StdBSXDUMotorInterface.Executa(StdBEXDU objBE)
    Parameters
    Type Name Description
    StdBEXDU objBE
    Returns
    Type Description
    System.Boolean

    Implements

    StdBSXDUMotorInterface