RestServiceRegistro Class

SergioDelgadoProyecto

RestServiceRegistro Class

Class RestServiceRegistro. Implements the IRestServiceRegistro
Inheritance Hierarchy
SystemObject  SergioDelgadoProyectoRestServiceRegistro

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

The RestServiceRegistro type exposes the following members.

Constructors
  NameDescription
Public methodRestServiceRegistro
Initializes a new instance of the RestServiceRegistro class.
Top
Properties
  NameDescription
Public propertyItems
Gets the items.
Top
Methods
  NameDescription
Public methodDeleteTodoItemAsync
Borra Registros
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 methodRefreshDataAsync
Mostrar Datos
Public methodSaveTodoItemAsync
Guardar Datos
Public methodToString (Inherited from Object.)
Top
See Also