Arrastre para cambiar el tamaño
RelRepresentacionColeccionDALT (Clase)
CGS S.L. - Manual de referencia
Representa una colección genérica de relaciones de intervinientes de un expediente, de un registro o de una solicitud.
Jerarquía de herencia
SystemObject
  CGSSL.Munigex.LibFilaColeccionBaseT
    CGSSL.Munigex.LibFilaColeccionCommandDataTableT
      CGSSL.Munigex.Lib.EntornoRelRepresentacionColeccionDALT
        CGSSL.Munigex.Lib.EntornoRelRepresentacionPersonaColeccionDAL
        CGSSL.Munigex.Lib.ExpedienteRelRepresentacionExpColeccionDAL
        CGSSL.Munigex.Lib.RegistroRelRepresentacionRegColeccionDAL
        CGSSL.Munigex.Lib.SolicitudRelRepresentacionSolColeccionDAL

Espacio de nombres: CGSSL.Munigex.Lib.Entorno
Ensamblado: DocumentosLib (en DocumentosLib.dll) Versión: 2.2.1.0 (2.2.1.0)
Sintaxis
C#
public abstract class RelRepresentacionColeccionDAL<T> : FilaColeccionCommandDataTable<T>
where T : RelRepresentacionDAL

Parámetros de tipo

T
Titular genérico. Se distingue por tener los campos IDPersona, Nombre, IDLegal e IDTitular

El tipo RelRepresentacionColeccionDALT expone a los siguientes miembros.

Propiedades
  NombreDescripción
Propiedad públicaCantidad
Devuelve la cantidad de elementos que contiene la colección.
(Se hereda de FilaColeccionCommandDataTableT.)
Propiedad públicaItem
Obtiene la descripción de una relación entre un Representante y un Representado
Top
Métodos
Vea también