Model_Post Class

SergioDelgadoProyecto

Model_Post Class

Modelo de Objetivos
Inheritance Hierarchy
SystemObject  SergioDelgadoProyecto.ServicioRestModel_Post

Namespace:  SergioDelgadoProyecto.ServicioRest
Assembly:  SergioDelgadoProyecto (in SergioDelgadoProyecto.dll) Version: 1.0.0
Syntax
C#
public class Model_Post

The Model_Post type exposes the following members.

Constructors
  NameDescription
Public methodModel_Post
Initializes a new instance of the Model_Post class
Top
Properties
  NameDescription
Public propertyfecha
Gets or sets the fecha.
Public propertyid
Gets or sets the identifier.
Public propertyobjetivos
Gets or sets the objetivos.
Public propertyregistro_id
Gets or sets the registro identifier.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also