PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEFuncionalidades

    Classe correspondente à definição de uma colecção de funcionalidades.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEFuncionalidades
    Implements
    StdBE100.IStdBEFuncionalidades
    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("37009AEA-D301-4FB9-9B22-5281C7D20174")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEFuncionalidades : StdBaseBE, IStdBEFuncionalidades

    Constructors

    StdBEFuncionalidades()

    Declaration
    public StdBEFuncionalidades()

    Properties

    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 funcionalidade existe na colecção.

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

    Nome da funcionalidade.

    Returns
    Type Description
    System.Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetEdita(Object)

    Devolve um elemento da colecção.

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

    Nome da funcionalidade.

    Returns
    Type Description
    StdBEFuncionalidade

    Insere(StdBEFuncionalidade)

    Insere uma nova funcionalidade na colecção.

    Declaration
    public void Insere(StdBEFuncionalidade objFunc)
    Parameters
    Type Name Description
    StdBEFuncionalidade objFunc

    Definição da funcionalidade.

    Remove(Object)

    Remove uma funcionalidade da colecção.

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

    Nome da funcionalidade.

    RemoveTodos()

    Remove todas as funcionalidades da colecção.

    Declaration
    public void RemoveTodos()

    Implements

    StdBE100.IStdBEFuncionalidades
    In This Article
    • Constructors
      • StdBEFuncionalidades()
    • Properties
      • NumItens
    • Methods
      • Existe(Object)
      • Finalize()
      • GetEdita(Object)
      • Insere(StdBEFuncionalidade)
      • Remove(Object)
      • RemoveTodos()
    • Implements