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