C# 클래스 CloudMetal.AllScripts.Clients.UnityClient

상속: System.Net.Http.HttpClient, IUnityClient
파일 보기 프로젝트 열기: CloudMetal/AllScripts-Unity-Community-Prototype

공개 메소드들

메소드 설명
GetDoctors ( ) : IEnumerable
GetPatientDetail ( int personId, string token ) : Patient
GetPatients ( ) : IEnumerable
GetToken ( ) : string
UnityClient ( IOrchardServices orchardServices ) : System

메소드 상세

GetDoctors() 공개 메소드

public GetDoctors ( ) : IEnumerable
리턴 IEnumerable

GetPatientDetail() 공개 메소드

public GetPatientDetail ( int personId, string token ) : Patient
personId int
token string
리턴 CloudMetal.AllScripts.Models.Patient

GetPatients() 공개 메소드

public GetPatients ( ) : IEnumerable
리턴 IEnumerable

GetToken() 공개 메소드

public GetToken ( ) : string
리턴 string

UnityClient() 공개 메소드

public UnityClient ( IOrchardServices orchardServices ) : System
orchardServices IOrchardServices
리턴 System