Class BasBESubFamilias
Classe que encapsula a definição de linhas de Detalhes de Sub Familias.
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 BasBESubFamilias : BasBaseBE, IEnumerable<BasBESubFamilia>, IEnumerable
Constructors
BasBESubFamilias()
creates the collection when this class is created
Declaration
public BasBESubFamilias()
BasBESubFamilias(IEnumerable<BasBESubFamilia>)
Declaration
public BasBESubFamilias(IEnumerable<BasBESubFamilia> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<BasBESubFamilia> | items |
Properties
NumItens
Devolve o número de elementos.
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()
destroys collection when this class is terminated
Declaration
protected void Finalize()
GetEdita(Int32)
Devolve um elemento.
Declaration
public BasBESubFamilia GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | Identificador do Indice do Elemento. |
Returns
Type | Description |
---|---|
BasBESubFamilia |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(BasBESubFamilia)
Insere um elemento.
Declaration
public dynamic Insere(BasBESubFamilia objBasBESubFamilia)
Parameters
Type | Name | Description |
---|---|---|
BasBESubFamilia | objBasBESubFamilia | Identificador do Objecto do Elemento a Inserir. |
Returns
Type | Description |
---|---|
System.Object |
Remove(Int32)
Remove um elemento.
Declaration
public void Remove(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | Identificador do Indice do Elemento a Remover. |
RemoveTodos()
Remove todos os items da colecção
Declaration
public void RemoveTodos()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable