C# 클래스 FuddleUser, Fuddle

FuddleUser is used to update/get info of the membership user
파일 보기 프로젝트 열기: btevfik/Fuddle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
connString string

공개 메소드들

메소드 설명
FuddleUser ( string username ) : System
changeBio ( string bioMessage ) : bool
changeUploadedAvatar ( byte image ) : bool
deleteAllComments ( ) : bool
getBio ( ) : string
getuploads ( ) : List
removeVoteAndCuddlesForUser ( ) : void
setAvatarType ( string type ) : bool

메소드 상세

FuddleUser() 공개 메소드

public FuddleUser ( string username ) : System
username string
리턴 System

changeBio() 공개 메소드

public changeBio ( string bioMessage ) : bool
bioMessage string
리턴 bool

changeUploadedAvatar() 공개 메소드

public changeUploadedAvatar ( byte image ) : bool
image byte
리턴 bool

deleteAllComments() 공개 메소드

public deleteAllComments ( ) : bool
리턴 bool

getBio() 공개 메소드

public getBio ( ) : string
리턴 string

getuploads() 공개 메소드

public getuploads ( ) : List
리턴 List

removeVoteAndCuddlesForUser() 공개 메소드

public removeVoteAndCuddlesForUser ( ) : void
리턴 void

setAvatarType() 공개 메소드

public setAvatarType ( string type ) : bool
type string
리턴 bool

프로퍼티 상세

connString 보호되어 있는 프로퍼티

protected string connString
리턴 string