Class BasBEArtigoCodBarras
Classe que encapsula a definição de linhas de Códigos de Barras de Artigos.
Implements
System.Collections.Generic.IEnumerable<BasBEArtigoCodBarra>
    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 BasBEArtigoCodBarras : BasBaseBE, IEnumerable<BasBEArtigoCodBarra>, IEnumerableConstructors
BasBEArtigoCodBarras()
Declaration
public BasBEArtigoCodBarras()BasBEArtigoCodBarras(IEnumerable<BasBEArtigoCodBarra>)
Declaration
public BasBEArtigoCodBarras(IEnumerable<BasBEArtigoCodBarra> items)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<BasBEArtigoCodBarra> | 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(Object)
Edita o objecto correspondente ao index.
Declaration
public BasBEArtigoCodBarra GetEdita(dynamic Index)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | Index | 
Returns
| Type | Description | 
|---|---|
| BasBEArtigoCodBarra | 
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()Returns
| Type | Description | 
|---|---|
| System.Collections.IEnumerator | 
Insere(BasBEArtigoCodBarra)
Insere um objecto do tipo ArtigoCodBarra na colecção de códigos barras do artigo.
Declaration
public dynamic Insere(BasBEArtigoCodBarra objBEArtigoCodBarra)Parameters
| Type | Name | Description | 
|---|---|---|
| BasBEArtigoCodBarra | objBEArtigoCodBarra | 
Returns
| Type | Description | 
|---|---|
| System.Object | 
Remove(Object)
Remove o item da colecção.
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<BasBEArtigoCodBarra>.GetEnumerator()
Declaration
IEnumerator<BasBEArtigoCodBarra> IEnumerable<BasBEArtigoCodBarra>.GetEnumerator()Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerator<BasBEArtigoCodBarra> | 
Implements
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable