C# Class CloudMedicApi.Controllers.UsersController

Inheritance: ApiController
Afficher le fichier Open project: crypteron/cloudmedic Class Usage Examples

Méthodes publiques

Méthode Description
IsPatient ( ApplicationUser user ) : bool
UsersController ( ) : System.Data.Entity

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
BuildErrorResult ( Microsoft.AspNet.Identity.IdentityResult identityResult ) : IHttpActionResult
DeleteUser ( string id ) : Task
GetAssignedPatients ( string providerId ) : Task
GetPatientCareTeams ( string id ) : Task
GetPrescriptions ( string id ) : Task
GetProviderCareTeams ( string id ) : Task
GetProvidersByEmail ( string email ) : Task
GetSupporterCareTeams ( string id ) : Task
GetSupportersByEmail ( string email ) : Task
GetUser ( string id ) : Task
GetUsers ( int page = 1, string role = null ) : Task
GetUsersByRoleIds ( string email, List roleIdStrList ) : Task
PostUser ( CreateUserBindingModel model ) : Task
PrescriptionAssigned ( Prescription p, ApplicationUser user ) : bool
PutUser ( string id, ApplicationUser user ) : Task

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IsPatient() public static méthode

public static IsPatient ( ApplicationUser user ) : bool
user CloudMedicApi.Models.ApplicationUser
Résultat bool

UsersController() public méthode

public UsersController ( ) : System.Data.Entity
Résultat System.Data.Entity