Class BasBEArtigoClientes
Colecção de Objectos BasBEArtigoCliente.
Implements
System.Collections.Generic.IEnumerable<BasBEArtigoCliente>
    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: BasBE100
Assembly: BasBE100.dll
Syntax
public class BasBEArtigoClientes : BasBaseBE, IEnumerable<BasBEArtigoCliente>, IEnumerable
  Constructors
BasBEArtigoClientes()
Declaration
public BasBEArtigoClientes()
  BasBEArtigoClientes(IEnumerable<BasBEArtigoCliente>)
Declaration
public BasBEArtigoClientes(IEnumerable<BasBEArtigoCliente> items)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<BasBEArtigoCliente> | items | 
Properties
ModoAlteracao
Modo de alteração do objecto BE: md_NaoAlterado/md_Inserido/md_Modificado/md_Apagado
Declaration
public BasBETiposGcp.enuModosAlteracaoObjectos ModoAlteracao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| BasBETiposGcp.enuModosAlteracaoObjectos | 
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)
Devolve o objecto com o Index respectivo.
Declaration
public BasBEArtigoCliente GetEdita(int Index)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | Index | 
Returns
| Type | Description | 
|---|---|
| BasBEArtigoCliente | 
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
  Returns
| Type | Description | 
|---|---|
| System.Collections.IEnumerator | 
Insere(BasBEArtigoCliente)
Insere um objecto do tipo BasBEArtigoCliente na colecção.
Declaration
public dynamic Insere(BasBEArtigoCliente objBE)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BasBEArtigoCliente | objBE | 
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 items da colecção.
Declaration
public void RemoveTodos()
  Explicit Interface Implementations
IEnumerable<BasBEArtigoCliente>.GetEnumerator()
Declaration
IEnumerator<BasBEArtigoCliente> IEnumerable<BasBEArtigoCliente>.GetEnumerator()
  Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerator<BasBEArtigoCliente> | 
Implements
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable