C# Class FuddleUser, Fuddle

FuddleUser is used to update/get info of the membership user
Afficher le fichier Open project: btevfik/Fuddle Class Usage Examples

Protected Properties

Свойство Type Description
connString string

Méthodes publiques

Méthode Description
FuddleUser ( string username ) : System
changeBio ( string bioMessage ) : bool
changeUploadedAvatar ( byte image ) : bool
deleteAllComments ( ) : bool
getBio ( ) : string
getuploads ( ) : List
removeVoteAndCuddlesForUser ( ) : void
setAvatarType ( string type ) : bool

Method Details

FuddleUser() public méthode

public FuddleUser ( string username ) : System
username string
Résultat System

changeBio() public méthode

public changeBio ( string bioMessage ) : bool
bioMessage string
Résultat bool

changeUploadedAvatar() public méthode

public changeUploadedAvatar ( byte image ) : bool
image byte
Résultat bool

deleteAllComments() public méthode

public deleteAllComments ( ) : bool
Résultat bool

getBio() public méthode

public getBio ( ) : string
Résultat string

getuploads() public méthode

public getuploads ( ) : List
Résultat List

removeVoteAndCuddlesForUser() public méthode

public removeVoteAndCuddlesForUser ( ) : void
Résultat void

setAvatarType() public méthode

public setAvatarType ( string type ) : bool
type string
Résultat bool

Property Details

connString protected_oe property

protected string connString
Résultat string