Proyecto Fin de Carrera 2011
Lista de planificaciones del curso

Namespace: NHibernate_SGF.Entities
Assembly: NHibernate_SGF (in NHibernate_SGF.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual IList<Planificacion> Planificaciones { get; set; }
Visual Basic
Public Overridable Property Planificaciones As IList(Of Planificacion)
	Get
	Set
Visual C++
public:
virtual property IList<Planificacion^>^ Planificaciones {
	IList<Planificacion^>^ get ();
	void set (IList<Planificacion^>^ value);
}

See Also