Class BasBEHorarioPeriodos
Classe (colecção) que identifica os Períodos de um Horário.
Implements
System.Collections.Generic.IEnumerable<BasBEHorarioPeriodo>
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 BasBEHorarioPeriodos : BasBaseBE, IEnumerable<BasBEHorarioPeriodo>, IEnumerable
Constructors
BasBEHorarioPeriodos()
Declaration
public BasBEHorarioPeriodos()
BasBEHorarioPeriodos(IEnumerable<BasBEHorarioPeriodo>)
Declaration
public BasBEHorarioPeriodos(IEnumerable<BasBEHorarioPeriodo> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<BasBEHorarioPeriodo> | items |
Properties
NumItens
Verifica quantos itens existem na 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)
Edita um item da colecção identificado pelo Index.
Declaration
public BasBEHorarioPeriodo GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Returns
Type | Description |
---|---|
BasBEHorarioPeriodo |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(BasBEHorarioPeriodo)
Insere um novo item na colecção.
Declaration
public void Insere(BasBEHorarioPeriodo objBE)
Parameters
Type | Name | Description |
---|---|---|
BasBEHorarioPeriodo | objBE |
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 itens da colecção.
Declaration
public void RemoveTodos()
SetEdita(Int32, BasBEHorarioPeriodo)
Declaration
public void SetEdita(int Index, BasBEHorarioPeriodo value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | |
BasBEHorarioPeriodo | value |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable