PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEDefCamposUtil

    Colecção de definições de campos do utilizador.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEDefCamposUtil
    Implements
    System.Collections.Generic.IEnumerable<StdBEDefCampoUtil>
    System.Collections.IEnumerable
    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
    public class StdBEDefCamposUtil : StdBaseBE, IEnumerable<StdBEDefCampoUtil>, IEnumerable

    Constructors

    StdBEDefCamposUtil()

    Declaration
    public StdBEDefCamposUtil()

    StdBEDefCamposUtil(IEnumerable<StdBEDefCampoUtil>)

    Declaration
    public StdBEDefCamposUtil(IEnumerable<StdBEDefCampoUtil> items)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<StdBEDefCampoUtil> items

    Properties

    Item[Object]

    Declaration
    public StdBEDefCampoUtil this[object Campo] { get; set; }
    Parameters
    Type Name Description
    System.Object Campo
    Property Value
    Type Description
    StdBEDefCampoUtil

    NumItens

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

    Methods

    Add(Object)

    Insere um novo item na colecção.

    Declaration
    public void Add(object objCampo)
    Parameters
    Type Name Description
    System.Object objCampo

    Existe(String)

    Declaration
    public bool Existe(string Campo)
    Parameters
    Type Name Description
    System.String Campo
    Returns
    Type Description
    System.Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Insere(StdBEDefCampoUtil)

    Declaration
    public void Insere(StdBEDefCampoUtil Campo)
    Parameters
    Type Name Description
    StdBEDefCampoUtil Campo

    Explicit Interface Implementations

    IEnumerable<StdBEDefCampoUtil>.GetEnumerator()

    Declaration
    IEnumerator<StdBEDefCampoUtil> IEnumerable<StdBEDefCampoUtil>.GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<StdBEDefCampoUtil>

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable