PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEComponentes

    Classe que define uma colecção de componentes.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEComponentes
    Implements
    StdBE100.IStdBEComponentes
    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("17AC148C-6EF6-4276-BACB-E9EEEF94FA7C")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEComponentes : StdBaseBE, IStdBEComponentes

    Constructors

    StdBEComponentes()

    Declaration
    public StdBEComponentes()

    Properties

    NewEnum

    Declaration
    public IEnumerator NewEnum { get; }
    Property Value
    Type Description
    System.Collections.IEnumerator

    NumItens

    Devolve o número de elementos da colecção.

    Declaration
    public int NumItens { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Existe(Object)

    Verifica se uma determinada componente existe na colecção.

    Declaration
    public bool Existe(object vntIndice)
    Parameters
    Type Name Description
    System.Object vntIndice

    Indice da colecção.

    Returns
    Type Description
    System.Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetEdita(Object)

    Devolve um elemento da colecção.

    Declaration
    public StdBEComponente GetEdita(object vntIndice)
    Parameters
    Type Name Description
    System.Object vntIndice

    Indice da colecção.

    Returns
    Type Description
    StdBEComponente

    Insere(StdBEComponente)

    Insere uma nova componente na colecção.

    Declaration
    public void Insere(StdBEComponente objComp)
    Parameters
    Type Name Description
    StdBEComponente objComp

    Definição da componente.

    Remove(Object)

    Remove um elemento da colecção.

    Declaration
    public void Remove(object vntIndice)
    Parameters
    Type Name Description
    System.Object vntIndice

    Indice da colecção.

    RemoveTodos()

    Remove todos os elementos da colecção.

    Declaration
    public void RemoveTodos()

    Implements

    StdBE100.IStdBEComponentes