Class StdBEDefValoresDefeito
Colecção de valores por defeito.
Implements
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: StdBE100
Assembly: StdBE100.dll
Syntax
public class StdBEDefValoresDefeito : StdBaseBE, IEnumerable
Constructors
StdBEDefValoresDefeito()
Declaration
public StdBEDefValoresDefeito()
Properties
NumItens
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(Object)
Declaration
public StdBEDefValorDefeito GetEdita(object vntIndice)
Parameters
Type | Name | Description |
---|---|---|
System.Object | vntIndice |
Returns
Type | Description |
---|---|
StdBEDefValorDefeito |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(StdBEDefValorDefeito)
Declaration
public object Insere(StdBEDefValorDefeito objValor)
Parameters
Type | Name | Description |
---|---|---|
StdBEDefValorDefeito | objValor |
Returns
Type | Description |
---|---|
System.Object |
Remove(Object)
Declaration
public void Remove(object vntIndice)
Parameters
Type | Name | Description |
---|---|---|
System.Object | vntIndice |
RemoveTodos()
Declaration
public void RemoveTodos()
Implements
System.Collections.IEnumerable