C# Class API_MEDKINECT.User

Inheritance: ApiMedkinect
Show file Open project: barroyo/medkinect Class Usage Examples

Public Properties

Property Type Description
email string
fullname string
id int
kinect_angle float
new_password String
password string
role_id int
specialisms List
status string
username string

Public Methods

Method Description
User ( ) : System
change_password ( ) : Object
create_user ( ) : Object
delete_user ( ) : Object
get_all_user ( ) : Object
get_user ( ) : Object
loggin ( ) : Object
update_user ( ) : Object

Method Details

User() public method

public User ( ) : System
return System

change_password() public method

public change_password ( ) : Object
return Object

create_user() public method

public create_user ( ) : Object
return Object

delete_user() public method

public delete_user ( ) : Object
return Object

get_all_user() public method

public get_all_user ( ) : Object
return Object

get_user() public method

public get_user ( ) : Object
return Object

loggin() public method

public loggin ( ) : Object
return Object

update_user() public method

public update_user ( ) : Object
return Object

Property Details

email public property

public string email
return string

fullname public property

public string fullname
return string

id public property

public int id
return int

kinect_angle public property

public float kinect_angle
return float

new_password public property

public String new_password
return String

password public property

public string password
return string

role_id public property

public int role_id
return int

specialisms public property

public List specialisms
return List

status public property

public string status
return string

username public property

public string username
return string