Class CrmBELinhasOVendaConcorrente
Classe que identifica uma colecção de linhas de associação de Concorrentes a Oportunidades de venda.
Implements
System.Collections.Generic.IEnumerable<CrmBELinhaOVendaConcorrente>
System.Collections.IEnumerable
Inherited Members
Namespace: CrmBE100
Assembly: CrmBE100.dll
Syntax
public class CrmBELinhasOVendaConcorrente : CrmBaseBE, IEnumerable<CrmBELinhaOVendaConcorrente>, IEnumerable
Constructors
CrmBELinhasOVendaConcorrente()
Cria a colecção quando esta classe é criada.
Declaration
public CrmBELinhasOVendaConcorrente()
CrmBELinhasOVendaConcorrente(IEnumerable<CrmBELinhaOVendaConcorrente>)
Declaration
public CrmBELinhasOVendaConcorrente(IEnumerable<CrmBELinhaOVendaConcorrente> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<CrmBELinhaOVendaConcorrente> | items |
Properties
NumItens
Devolve o número de itens 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()
Destrói a colecção quando esta classe é destruída.
Declaration
protected override void Finalize()
GetEdita(Int32)
Edita o objecto respectivo.
Declaration
public CrmBELinhaOVendaConcorrente GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Returns
Type | Description |
---|---|
CrmBELinhaOVendaConcorrente |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(CrmBELinhaOVendaConcorrente)
Insere um objecto do tipo CrmBELinhaOVendaConcorrente na colecção de linhas.
Declaration
public dynamic Insere(CrmBELinhaOVendaConcorrente objBE)
Parameters
Type | Name | Description |
---|---|---|
CrmBELinhaOVendaConcorrente | objBE |
Returns
Type | Description |
---|---|
System.Object |
Remove(Object)
Remove um 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<CrmBELinhaOVendaConcorrente>.GetEnumerator()
Declaration
IEnumerator<CrmBELinhaOVendaConcorrente> IEnumerable<CrmBELinhaOVendaConcorrente>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<CrmBELinhaOVendaConcorrente> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable