C# Class FuddleUser, Fuddle

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

Protected Properties

Property Type Description
connString string

Public Methods

Method 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 method

public FuddleUser ( string username ) : System
username string
return System

changeBio() public method

public changeBio ( string bioMessage ) : bool
bioMessage string
return bool

changeUploadedAvatar() public method

public changeUploadedAvatar ( byte image ) : bool
image byte
return bool

deleteAllComments() public method

public deleteAllComments ( ) : bool
return bool

getBio() public method

public getBio ( ) : string
return string

getuploads() public method

public getuploads ( ) : List
return List

removeVoteAndCuddlesForUser() public method

public removeVoteAndCuddlesForUser ( ) : void
return void

setAvatarType() public method

public setAvatarType ( string type ) : bool
type string
return bool

Property Details

connString protected_oe property

protected string connString
return string