PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEComponente

    Classe que define uma componente.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEComponente
    Implements
    StdBE100.IStdBEComponente
    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("06EC797F-FA23-4BAE-B274-D2308DCAEEAF")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEComponente : StdBaseBE, IStdBEComponente

    Constructors

    StdBEComponente()

    Declaration
    public StdBEComponente()

    Properties

    Funcionalidades

    Declaration
    public StdBEFuncionalidades Funcionalidades { get; set; }
    Property Value
    Type Description
    StdBEFuncionalidades

    Nome

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    StdBE100.IStdBEComponente