Class RhpBEMatrizReparticoesFunc
Colecção de matrizes de repartições de um plano de um funcionário.
Inheritance
System.Object
RhpBEMatrizReparticoesFunc
Implements
System.Collections.Generic.IEnumerable <RhpBEMatrizReparticaoFunc >
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: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("80A8A205-56D2-434F-865B-B26F9F1C5FD7")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEMatrizReparticoesFunc : IEnumerable<RhpBEMatrizReparticaoFunc>, IEnumerable
Constructors
RhpBEMatrizReparticoesFunc()
Declaration
public RhpBEMatrizReparticoesFunc()
RhpBEMatrizReparticoesFunc(IEnumerable<RhpBEMatrizReparticaoFunc>)
Declaration
public RhpBEMatrizReparticoesFunc(IEnumerable<RhpBEMatrizReparticaoFunc> items)
Parameters
Type | Name | Description |
---|---|---|
System. |
items |
Properties
NumItens
Permite verificar quantos itens existem na colecção.
Declaration
public int NumItens { get; }
Property Value
Type | Description |
---|---|
System. |
Um valor do tipo inteiro indicando o número de itens que existem na colecção. |
Methods
Existe(String, Int32, Int32, RhpBETipos.EnuPlanoMatrizFunc, String)
Declaration
public bool Existe(string Funcionario, int NumProcessamento, int IdLinhaProc, RhpBETipos.EnuPlanoMatrizFunc NumPlano, string Classificacao)
Parameters
Type | Name | Description |
---|---|---|
System. |
Funcionario | |
System. |
NumProcessamento | |
System. |
IdLinhaProc | |
Rhp |
NumPlano | |
System. |
Classificacao |
Returns
Type | Description |
---|---|
System. |
Finalize()
Declaration
protected void Finalize()
GetEdita(Int32)
Permite editar para um objecto RhpBEMatrizReparticaoFunc a linha identificada pelo Index.
Declaration
public RhpBEMatrizReparticaoFunc GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System. |
Index | Indice na colecção do item que se pretende editar. |
Returns
Type | Description |
---|---|
Rhp |
Um objecto do tipo RhpBEMatrizReparticaoFunc encapsulando o item pretendido. |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System. |
IndiceDe(String, Int32, Int32, RhpBETipos.EnuPlanoMatrizFunc, String)
Declaration
public int IndiceDe(string Funcionario, int NumProcessamento, int IdLinhaProc, RhpBETipos.EnuPlanoMatrizFunc NumPlano, string Classificacao)
Parameters
Type | Name | Description |
---|---|---|
System. |
Funcionario | |
System. |
NumProcessamento | |
System. |
IdLinhaProc | |
Rhp |
NumPlano | |
System. |
Classificacao |
Returns
Type | Description |
---|---|
System. |
Insere(RhpBEMatrizReparticaoFunc)
Insere um novo item na Colecção.
Declaration
public dynamic Insere(RhpBEMatrizReparticaoFunc ObjMatrizReparticao)
Parameters
Type | Name | Description |
---|---|---|
Rhp |
ObjMatrizReparticao |
Returns
Type | Description |
---|---|
System. |
Remove(Int32)
Permite remover um item da colecção.
Declaration
public void Remove(int Index)
Parameters
Type | Name | Description |
---|---|---|
System. |
Index | indicação do item da colecção a remover. |
RemoveTodos()
Permite remover todos os itens da colecção.
Declaration
public void RemoveTodos()
Explicit Interface Implementations
IEnumerable<RhpBEMatrizReparticaoFunc>.GetEnumerator()
Declaration
IEnumerator<RhpBEMatrizReparticaoFunc> IEnumerable<RhpBEMatrizReparticaoFunc>.GetEnumerator()
Returns
Type | Description |
---|---|
System. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable