C# Class HelperOfHiters.Users

Show file Open project: HIT-MSTC/HelperOfHiters

Public Methods

Method Description
AddFocusPart ( String UserName, String Part ) : bool
AddPoint ( String UserName, int Point ) : bool
DeleteFocusPart ( String UserName, String Part ) : bool
GetMessage ( String UserName, String key ) : String
GetXml ( String UserName ) : String
Login ( String UserName, String Password ) : bool
ModifyMessage ( String UserName, String key, String values ) : bool
Register ( String UserName, String Password ) : bool

Method Details

AddFocusPart() public static method

public static AddFocusPart ( String UserName, String Part ) : bool
UserName String
Part String
return bool

AddPoint() public static method

public static AddPoint ( String UserName, int Point ) : bool
UserName String
Point int
return bool

DeleteFocusPart() public static method

public static DeleteFocusPart ( String UserName, String Part ) : bool
UserName String
Part String
return bool

GetMessage() public static method

public static GetMessage ( String UserName, String key ) : String
UserName String
key String
return String

GetXml() public static method

public static GetXml ( String UserName ) : String
UserName String
return String

Login() public static method

public static Login ( String UserName, String Password ) : bool
UserName String
Password String
return bool

ModifyMessage() public static method

public static ModifyMessage ( String UserName, String key, String values ) : bool
UserName String
key String
values String
return bool

Register() public static method

public static Register ( String UserName, String Password ) : bool
UserName String
Password String
return bool