RestService Class

SergioDelgadoProyecto

RestService Class

Class RestService. Implements the IRestService
Inheritance Hierarchy
SystemObject  SergioDelgadoProyectoRestService

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

The RestService type exposes the following members.

Constructors
  NameDescription
Public methodRestService
Initializes a new instance of the RestService class.
Top
Properties
  NameDescription
Public propertyItems
Gets the items.
Top
Methods
  NameDescription
Public methodDeleteTodoItemAsync
Borra el objetivo de forma asíncrona
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
Guarda el objetivo de manera asíncrona
Public methodToString (Inherited from Object.)
Top
See Also