PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBETransaccao

    Controlador de transacções.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBETransaccao
    Implements
    StdBE100.IStdBETransaccao
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    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: StdBE100
    Assembly: StdBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("4391C686-0E9E-442E-A412-488885D72BAE")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBETransaccao : StdBaseBE, IStdBETransaccao

    Constructors

    StdBETransaccao()

    Declaration
    public StdBETransaccao()

    Fields

    NivelTrans

    Contador interno de transacções activas.

    Declaration
    public int NivelTrans
    Field Value
    Type Description
    System.Int32

    Properties

    Conexao

    Declaration
    public DbConnection Conexao { get; set; }
    Property Value
    Type Description
    System.Data.Common.DbConnection

    Errors

    Declaration
    public SqlException Errors { get; set; }
    Property Value
    Type Description
    System.Data.SqlClient.SqlException

    Implements

    StdBE100.IStdBETransaccao