Class RhpBEDeclaracaoCVFolhasMod111
Esta classe fornece serviços sobre a declaração mod. 111 de Cabo Verde.
Inheritance
System.Object
RhpBEDeclaracaoCVFolhasMod111
Implements
System.Collections.Generic.IEnumerable<RhpBEDeclaracaoCVFolhaMod111>
System.Collections.IEnumerable
Inherited Members
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: RhpBE100
Assembly: RhpBE100.dll
Syntax
public class RhpBEDeclaracaoCVFolhasMod111 : IEnumerable<RhpBEDeclaracaoCVFolhaMod111>, IEnumerable
Constructors
RhpBEDeclaracaoCVFolhasMod111()
Declaration
public RhpBEDeclaracaoCVFolhasMod111()
RhpBEDeclaracaoCVFolhasMod111(IEnumerable<RhpBEDeclaracaoCVFolhaMod111>)
Declaration
public RhpBEDeclaracaoCVFolhasMod111(IEnumerable<RhpBEDeclaracaoCVFolhaMod111> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RhpBEDeclaracaoCVFolhaMod111> | items |
Properties
NumItens
Devolve o número de items da colecção.
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 void Finalize()
GetEdita(Int32)
Permite editar para um objecto RhpBEDeclaracaoCVFolhaMod111 a linha identificada pelo Index.
Declaration
public RhpBEDeclaracaoCVFolhaMod111 GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | Indice na colecção do item que se pretende editar. |
Returns
Type | Description |
---|---|
RhpBEDeclaracaoCVFolhaMod111 | Um objecto do tipo RhpBEDeclaracaoCVFolhaMod111 encapsulando o item pretendido. |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(RhpBEDeclaracaoCVFolhaMod111)
Insere um objecto do tipo CRhpBEDeclaracaoCVFolhaMod111 na colecção.
Declaration
public dynamic Insere(RhpBEDeclaracaoCVFolhaMod111 objRhpBEDeclaracaoCVFolhaMod111)
Parameters
Type | Name | Description |
---|---|---|
RhpBEDeclaracaoCVFolhaMod111 | objRhpBEDeclaracaoCVFolhaMod111 |
Returns
Type | Description |
---|---|
System.Object |
Remove(Int32)
Remove um item da colecção.
Declaration
public void Remove(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
RemoveTodos()
Remove todos os item da colecção.
Declaration
public void RemoveTodos()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable