PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBELinhasTabIRPS

    Classe que identifica uma colecção de possíveis linhas da Tabela de Retenção do IRPS.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBELinhasTabIRPS
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.Collections.Generic.IEnumerable<RhpBELinhaTabIRPS>
    System.Collections.IEnumerable
    Inherited Members
    RhpBaseBE.WriteProperty(String, Object)
    RhpBaseBE.RaisePropertyChanged(String)
    RhpBaseBE.CamposUtil
    RhpBaseBE.PropExcluirLog
    RhpBaseBE.AbvtApl
    RhpBaseBE.PropertyChanged
    Namespace: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    public class RhpBELinhasTabIRPS : RhpBaseBE, INotifyPropertyChanged, IEnumerable<RhpBELinhaTabIRPS>, IEnumerable

    Constructors

    RhpBELinhasTabIRPS()

    Declaration
    public RhpBELinhasTabIRPS()

    RhpBELinhasTabIRPS(IEnumerable<RhpBELinhaTabIRPS>)

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

    Properties

    NumItens

    Devolve o número de items.

    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

    Finalize()

    Declaration
    protected override void Finalize()

    GetEdita(Int32)

    Edita uma Linha na Colecção de Linhas.

    Declaration
    public RhpBELinhaTabIRPS GetEdita(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    RhpBELinhaTabIRPS

    GetEnumerator()

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

    Insere(RhpBELinhaTabIRPS)

    Insere uma Linha na Colecção de Linhas.

    Declaration
    public dynamic Insere(RhpBELinhaTabIRPS objLinha)
    Parameters
    Type Name Description
    RhpBELinhaTabIRPS objLinha
    Returns
    Type Description
    System.Object

    Remove(Int32)

    Remove uma linha.

    Declaration
    public void Remove(int Index)
    Parameters
    Type Name Description
    System.Int32 Index

    RemoveTodos()

    Remove todos os items da colecção

    Declaration
    public void RemoveTodos()

    Explicit Interface Implementations

    IEnumerable<RhpBELinhaTabIRPS>.GetEnumerator()

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

    Implements

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