Class RhpBEFormasPagamento
Classe que identifica uma colecção de Formas de Pagamento.
Inheritance
System.Object
RhpBEFormasPagamento
Implements
System.Collections.Generic.IEnumerable<RhpBEFormaPagamento>
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 RhpBEFormasPagamento : IEnumerable<RhpBEFormaPagamento>, IEnumerable
Constructors
RhpBEFormasPagamento()
creates the collection when this class is created
Declaration
public RhpBEFormasPagamento()
RhpBEFormasPagamento(IEnumerable<RhpBEFormaPagamento>)
Declaration
public RhpBEFormasPagamento(IEnumerable<RhpBEFormaPagamento> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RhpBEFormaPagamento> | items |
Properties
NumItens
Devolve o número de formas de pagamento associadas à entidade.
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 |
CriaCopia(RhpBEFormasPagamento)
Permite criar uma cópia de todos os itens da colecção.
Declaration
public void CriaCopia(RhpBEFormasPagamento RhpBEFormasPagamentoOriginal)
Parameters
Type | Name | Description |
---|---|---|
RhpBEFormasPagamento | RhpBEFormasPagamentoOriginal |
Finalize()
destroys collection when this class is terminated
Declaration
protected void Finalize()
GetEdita(Object)
Edita uma forma de pagamento da entidade.
Declaration
public RhpBEFormaPagamento GetEdita(dynamic index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | index |
Returns
Type | Description |
---|---|
RhpBEFormaPagamento |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(RhpBEFormaPagamento)
Insere uma forma de pagamento na colecção de formas de pagamento da entidade.
Declaration
public dynamic Insere(RhpBEFormaPagamento objFormaPagamento)
Parameters
Type | Name | Description |
---|---|---|
RhpBEFormaPagamento | objFormaPagamento |
Returns
Type | Description |
---|---|
System.Object |
Remove(Object)
Remove uma forma de pagamento da entidade.
Declaration
public void Remove(dynamic index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | index |
RemoveTodos()
Remove todos os items da colecção
Declaration
public void RemoveTodos()
Explicit Interface Implementations
IEnumerable<RhpBEFormaPagamento>.GetEnumerator()
Declaration
IEnumerator<RhpBEFormaPagamento> IEnumerable<RhpBEFormaPagamento>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<RhpBEFormaPagamento> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable