Class BasBEArtigoComponentes
Colecção de Objectos BasBEArtigoComponente.
Implements
System.Collections.Generic.IEnumerable<BasBEArtigoComponente>
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 BasBEArtigoComponentes : BasBaseBE, IEnumerable<BasBEArtigoComponente>, IEnumerable
Constructors
BasBEArtigoComponentes()
Declaration
public BasBEArtigoComponentes()
BasBEArtigoComponentes(IEnumerable<BasBEArtigoComponente>)
Declaration
public BasBEArtigoComponentes(IEnumerable<BasBEArtigoComponente> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<BasBEArtigoComponente> | 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 BasBEArtigoComponente GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Returns
Type | Description |
---|---|
BasBEArtigoComponente |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(BasBEArtigoComponente)
Insere um objecto do tipo BasBEArtigoComponente na colecção.
Declaration
public dynamic Insere(BasBEArtigoComponente objBE)
Parameters
Type | Name | Description |
---|---|---|
BasBEArtigoComponente | 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<BasBEArtigoComponente>.GetEnumerator()
Declaration
IEnumerator<BasBEArtigoComponente> IEnumerable<BasBEArtigoComponente>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<BasBEArtigoComponente> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable