PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBERegistoUtil

    Esta classe encapsula um registo da base de dados.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBERegistoUtil
    Implements
    StdBE100.IStdBERegistoUtil
    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("86C2CFBF-F330-4C65-8C8C-81C031A0A5AF")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBERegistoUtil : StdBaseBE, IStdBERegistoUtil

    Constructors

    StdBERegistoUtil()

    Declaration
    public StdBERegistoUtil()

    Properties

    Campos

    Declaration
    public StdBECampos Campos { get; set; }
    Property Value
    Type Description
    StdBECampos

    Chaves

    Declaration
    public StdBECampos Chaves { get; set; }
    Property Value
    Type Description
    StdBECampos

    EmModoEdicao

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

    Implements

    StdBE100.IStdBERegistoUtil