Class PickerService
Inheritance
System.Object
PickerService
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 PickerService
Constructors
PickerService(MainViewModel)
Declaration
public PickerService(MainViewModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| MainViewModel | model |
Methods
GetAllBuildings()
Declaration
public List<string> GetAllBuildings()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
GetBuildings(String)
Declaration
public List<string> GetBuildings(string faculty)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | faculty |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
GetFaculties()
Declaration
public List<string> GetFaculties()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
GetFloors(String, String)
Declaration
public List<string> GetFloors(string faculty, string building)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | faculty | |
| System.String | building |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
GetRooms(String, String, String)
Declaration
public List<Room> GetRooms(string faculty, string building, string floor)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | faculty | |
| System.String | building | |
| System.String | floor |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<Room> |