Class RhpBELinhasFormaPagamentoSubs
Inheritance
System.Object
RhpBELinhasFormaPagamentoSubs
Implements
System.Collections.Generic.IEnumerable<RhpBELinhaFormaPagamentoSubs>
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 RhpBELinhasFormaPagamentoSubs : IEnumerable<RhpBELinhaFormaPagamentoSubs>, IEnumerable
Constructors
RhpBELinhasFormaPagamentoSubs()
Declaration
public RhpBELinhasFormaPagamentoSubs()
RhpBELinhasFormaPagamentoSubs(IEnumerable<RhpBELinhaFormaPagamentoSubs>)
Declaration
public RhpBELinhasFormaPagamentoSubs(IEnumerable<RhpBELinhaFormaPagamentoSubs> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RhpBELinhaFormaPagamentoSubs> | items |
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()
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable