Class BasBEFiliais
Classe que encapsula a definição de linhas de Detalhes de Filiais.
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 BasBEFiliais : BasBaseBE, IEnumerable<BasBEFilial>, IEnumerable
Constructors
BasBEFiliais()
Declaration
public BasBEFiliais()
BasBEFiliais(IEnumerable<BasBEFilial>)
Declaration
public BasBEFiliais(IEnumerable<BasBEFilial> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<BasBEFilial> | 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)
Devolve o objecto com o Index respectivo.
Declaration
public BasBEFilial GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Returns
Type | Description |
---|---|
BasBEFilial |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(BasBEFilial)
Insere um objecto do tipo BasBEFilial na colecção.
Declaration
public dynamic Insere(BasBEFilial objBE)
Parameters
Type | Name | Description |
---|---|---|
BasBEFilial | 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()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable