Show / Hide Table of Contents

Class RestService

Inheritance
System.Object
RestService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NavJU.Services
Assembly: NavJU.dll
Syntax
public class RestService

Constructors

RestService(MainViewModel)

Declaration
public RestService(MainViewModel model)
Parameters
Type Name Description
MainViewModel model

Methods

GetRooms()

Declaration
public Task<List<RoomTo>> GetRooms()
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.List<RoomTo>>

GetShortestPath(Room, Room, Boolean, Boolean)

Declaration
public Task<PathTo> GetShortestPath(Room startPoint, Room destinationPoint, bool barrierFree, bool elevator)
Parameters
Type Name Description
Room startPoint
Room destinationPoint
System.Boolean barrierFree
System.Boolean elevator
Returns
Type Description
System.Threading.Tasks.Task<PathTo>
Back to top Generated by DocFX