PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFuncionarioCursos

    Colecção de cursos de um funcionário.

    Inheritance
    System.Object
    System.Collections.Generic.List<RhpBEFuncionarioCurso>
    RhpBEFuncionarioCursos
    Implements
    System.Collections.Generic.IList<RhpBEFuncionarioCurso>
    System.Collections.Generic.ICollection<RhpBEFuncionarioCurso>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<RhpBEFuncionarioCurso>
    System.Collections.Generic.IReadOnlyCollection<RhpBEFuncionarioCurso>
    System.Collections.Generic.IEnumerable<RhpBEFuncionarioCurso>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Add(RhpBE100.RhpBEFuncionarioCurso)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.AddRange(System.Collections.Generic.IEnumerable<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.AsReadOnly()
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.BinarySearch(System.Int32, System.Int32, RhpBE100.RhpBEFuncionarioCurso, System.Collections.Generic.IComparer<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.BinarySearch(RhpBE100.RhpBEFuncionarioCurso)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.BinarySearch(RhpBE100.RhpBEFuncionarioCurso, System.Collections.Generic.IComparer<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Clear()
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Contains(RhpBE100.RhpBEFuncionarioCurso)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.ConvertAll<TOutput>(System.Converter<RhpBE100.RhpBEFuncionarioCurso, TOutput>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.CopyTo(RhpBE100.RhpBEFuncionarioCurso[])
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.CopyTo(System.Int32, RhpBE100.RhpBEFuncionarioCurso[], System.Int32, System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.CopyTo(RhpBE100.RhpBEFuncionarioCurso[], System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Exists(System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Find(System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.FindAll(System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.FindIndex(System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.FindIndex(System.Int32, System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.FindIndex(System.Int32, System.Int32, System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.FindLast(System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.FindLastIndex(System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.FindLastIndex(System.Int32, System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.FindLastIndex(System.Int32, System.Int32, System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.ForEach(System.Action<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.GetEnumerator()
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.Generic.IEnumerable<RhpBE100.RhpBEFuncionarioCurso>.GetEnumerator()
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.IndexOf(RhpBE100.RhpBEFuncionarioCurso)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.IndexOf(RhpBE100.RhpBEFuncionarioCurso, System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.IndexOf(RhpBE100.RhpBEFuncionarioCurso, System.Int32, System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Insert(System.Int32, RhpBE100.RhpBEFuncionarioCurso)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.LastIndexOf(RhpBE100.RhpBEFuncionarioCurso)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.LastIndexOf(RhpBE100.RhpBEFuncionarioCurso, System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.LastIndexOf(RhpBE100.RhpBEFuncionarioCurso, System.Int32, System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Remove(RhpBE100.RhpBEFuncionarioCurso)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.RemoveAll(System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.RemoveAt(System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Reverse()
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Sort()
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Sort(System.Collections.Generic.IComparer<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Sort(System.Comparison<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.ToArray()
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.TrimExcess()
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.TrueForAll(System.Predicate<RhpBE100.RhpBEFuncionarioCurso>)
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Capacity
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Count
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.Generic.ICollection<RhpBE100.RhpBEFuncionarioCurso>.IsReadOnly
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.Item[System.Int32]
    System.Collections.Generic.List<RhpBE100.RhpBEFuncionarioCurso>.System.Collections.IList.Item[System.Int32]
    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
    public class RhpBEFuncionarioCursos : List<RhpBEFuncionarioCurso>, IList<RhpBEFuncionarioCurso>, ICollection<RhpBEFuncionarioCurso>, IList, ICollection, IReadOnlyList<RhpBEFuncionarioCurso>, IReadOnlyCollection<RhpBEFuncionarioCurso>, IEnumerable<RhpBEFuncionarioCurso>, IEnumerable

    Constructors

    RhpBEFuncionarioCursos()

    Declaration
    public RhpBEFuncionarioCursos()

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable