C# 클래스 Voat.Utilities.UserHelper

파일 보기 프로젝트 열기: voat/voat 1 사용 예제들

공개 메소드들

메소드 설명
AdultContentEnabled ( string userName ) : bool
BlockSubverse ( string userName, string subverse ) : void
CommentRepliesCount ( string userName ) : int
CustomCssDisabledForUser ( string userName ) : bool
DailyCrossPostingQuotaUsed ( string userName, string url ) : bool
DeleteUser ( string userName ) : bool
GetUserRegistrationDateTime ( string userName ) : System.DateTime
HasAvatar ( string userName ) : string
IsUserBannedFromSubverse ( string userName, string subverseName ) : bool
IsUserBlockingSubverse ( string userName, string subverse ) : bool
IsUserCommentVotingMeanie ( string userName ) : bool
IsUserGloballyBanned ( string userName ) : bool
IsUserPartner ( string userName ) : bool
IsUserSetOwner ( string userName, int setId ) : bool
IsUserSetSubscriber ( string userName, int setId ) : bool
IsUserSubmissionVotingMeanie ( string userName ) : bool
IsUserSubscribedToSet ( string userName, string setName ) : bool
IsUserSubverseAdmin ( string userName, string subverse ) : bool
IsUserSubverseModerator ( string userName, string subverse ) : bool
IsUserSubverseSubscriber ( string userName, string subverse ) : bool
LinksInNewWindow ( string userName ) : bool
OriginalUsername ( string userName ) : string
PostRepliesCount ( string userName ) : int
PrivateMessageCount ( string userName ) : int
PublicSubscriptionsEnabled ( string userName ) : bool
SetUserStylePreferenceCookie ( string theme ) : void
SetsSubscriptionCount ( string userName ) : int
SubscribeToSet ( string userName, int setId ) : void
SubscribeToSubverse ( string userName, string subverse ) : void
SubscriptionCount ( string userName ) : int
Topmenu_From_Subscriptions ( string userName ) : bool
TotalVotesUsedInPast24Hours ( string userName ) : int
UnSubscribeFromSet ( string userName, int setId ) : void
UnSubscribeFromSubverse ( string userName, string subverse ) : void
UnreadCommentRepliesCount ( string userName ) : int
UnreadPostRepliesCount ( string userName ) : int
UnreadPrivateMessagesCount ( string userName ) : int
UnreadTotalNotificationsCount ( string userName ) : int
UserBadges ( string userName ) : List
UserDailyCommentPostingQuotaForNegativeScoreUsed ( string userName ) : bool
UserDailyGlobalPostingQuotaUsed ( string userName ) : bool
UserDailyPostingQuotaForNegativeScoreUsed ( string userName ) : bool
UserDailyPostingQuotaForSubUsed ( string userName, string subverse ) : bool
UserExists ( string userName ) : bool
UserHasNewMessages ( string userName ) : bool
UserHourlyGlobalPostingQuotaUsed ( string userName ) : bool
UserHourlyPostingQuotaForSubUsed ( string userName, string subverse ) : bool
UserIpAddress ( System.Web.HttpRequestBase request ) : string
UserShortbio ( string userName ) : string
UserStatsModel ( string userName ) : Voat.Models.UserStatsModel
UserStylePreference ( string userName ) : string
UserSubscriptions ( string userName ) : List

비공개 메소드들

메소드 설명
GetUserPreferences ( string userName ) : Voat.Data.Models.UserPreference

메소드 상세

AdultContentEnabled() 공개 정적인 메소드

public static AdultContentEnabled ( string userName ) : bool
userName string
리턴 bool

BlockSubverse() 공개 정적인 메소드

public static BlockSubverse ( string userName, string subverse ) : void
userName string
subverse string
리턴 void

CommentRepliesCount() 공개 정적인 메소드

public static CommentRepliesCount ( string userName ) : int
userName string
리턴 int

CustomCssDisabledForUser() 공개 정적인 메소드

public static CustomCssDisabledForUser ( string userName ) : bool
userName string
리턴 bool

DailyCrossPostingQuotaUsed() 공개 정적인 메소드

public static DailyCrossPostingQuotaUsed ( string userName, string url ) : bool
userName string
url string
리턴 bool

DeleteUser() 공개 정적인 메소드

public static DeleteUser ( string userName ) : bool
userName string
리턴 bool

GetUserRegistrationDateTime() 공개 정적인 메소드

public static GetUserRegistrationDateTime ( string userName ) : System.DateTime
userName string
리턴 System.DateTime

HasAvatar() 공개 정적인 메소드

public static HasAvatar ( string userName ) : string
userName string
리턴 string

IsUserBannedFromSubverse() 공개 정적인 메소드

public static IsUserBannedFromSubverse ( string userName, string subverseName ) : bool
userName string
subverseName string
리턴 bool

IsUserBlockingSubverse() 공개 정적인 메소드

public static IsUserBlockingSubverse ( string userName, string subverse ) : bool
userName string
subverse string
리턴 bool

IsUserCommentVotingMeanie() 공개 정적인 메소드

public static IsUserCommentVotingMeanie ( string userName ) : bool
userName string
리턴 bool

IsUserGloballyBanned() 공개 정적인 메소드

public static IsUserGloballyBanned ( string userName ) : bool
userName string
리턴 bool

IsUserPartner() 공개 정적인 메소드

public static IsUserPartner ( string userName ) : bool
userName string
리턴 bool

IsUserSetOwner() 공개 정적인 메소드

public static IsUserSetOwner ( string userName, int setId ) : bool
userName string
setId int
리턴 bool

IsUserSetSubscriber() 공개 정적인 메소드

public static IsUserSetSubscriber ( string userName, int setId ) : bool
userName string
setId int
리턴 bool

IsUserSubmissionVotingMeanie() 공개 정적인 메소드

public static IsUserSubmissionVotingMeanie ( string userName ) : bool
userName string
리턴 bool

IsUserSubscribedToSet() 공개 정적인 메소드

public static IsUserSubscribedToSet ( string userName, string setName ) : bool
userName string
setName string
리턴 bool

IsUserSubverseAdmin() 공개 정적인 메소드

public static IsUserSubverseAdmin ( string userName, string subverse ) : bool
userName string
subverse string
리턴 bool

IsUserSubverseModerator() 공개 정적인 메소드

public static IsUserSubverseModerator ( string userName, string subverse ) : bool
userName string
subverse string
리턴 bool

IsUserSubverseSubscriber() 공개 정적인 메소드

public static IsUserSubverseSubscriber ( string userName, string subverse ) : bool
userName string
subverse string
리턴 bool

LinksInNewWindow() 공개 정적인 메소드

public static LinksInNewWindow ( string userName ) : bool
userName string
리턴 bool

OriginalUsername() 공개 정적인 메소드

public static OriginalUsername ( string userName ) : string
userName string
리턴 string

PostRepliesCount() 공개 정적인 메소드

public static PostRepliesCount ( string userName ) : int
userName string
리턴 int

PrivateMessageCount() 공개 정적인 메소드

public static PrivateMessageCount ( string userName ) : int
userName string
리턴 int

PublicSubscriptionsEnabled() 공개 정적인 메소드

public static PublicSubscriptionsEnabled ( string userName ) : bool
userName string
리턴 bool

SetUserStylePreferenceCookie() 공개 정적인 메소드

public static SetUserStylePreferenceCookie ( string theme ) : void
theme string
리턴 void

SetsSubscriptionCount() 공개 정적인 메소드

public static SetsSubscriptionCount ( string userName ) : int
userName string
리턴 int

SubscribeToSet() 공개 정적인 메소드

public static SubscribeToSet ( string userName, int setId ) : void
userName string
setId int
리턴 void

SubscribeToSubverse() 공개 정적인 메소드

public static SubscribeToSubverse ( string userName, string subverse ) : void
userName string
subverse string
리턴 void

SubscriptionCount() 공개 정적인 메소드

public static SubscriptionCount ( string userName ) : int
userName string
리턴 int

Topmenu_From_Subscriptions() 공개 정적인 메소드

public static Topmenu_From_Subscriptions ( string userName ) : bool
userName string
리턴 bool

TotalVotesUsedInPast24Hours() 공개 정적인 메소드

public static TotalVotesUsedInPast24Hours ( string userName ) : int
userName string
리턴 int

UnSubscribeFromSet() 공개 정적인 메소드

public static UnSubscribeFromSet ( string userName, int setId ) : void
userName string
setId int
리턴 void

UnSubscribeFromSubverse() 공개 정적인 메소드

public static UnSubscribeFromSubverse ( string userName, string subverse ) : void
userName string
subverse string
리턴 void

UnreadCommentRepliesCount() 공개 정적인 메소드

public static UnreadCommentRepliesCount ( string userName ) : int
userName string
리턴 int

UnreadPostRepliesCount() 공개 정적인 메소드

public static UnreadPostRepliesCount ( string userName ) : int
userName string
리턴 int

UnreadPrivateMessagesCount() 공개 정적인 메소드

public static UnreadPrivateMessagesCount ( string userName ) : int
userName string
리턴 int

UnreadTotalNotificationsCount() 공개 정적인 메소드

public static UnreadTotalNotificationsCount ( string userName ) : int
userName string
리턴 int

UserBadges() 공개 정적인 메소드

public static UserBadges ( string userName ) : List
userName string
리턴 List

UserDailyCommentPostingQuotaForNegativeScoreUsed() 공개 정적인 메소드

public static UserDailyCommentPostingQuotaForNegativeScoreUsed ( string userName ) : bool
userName string
리턴 bool

UserDailyGlobalPostingQuotaUsed() 공개 정적인 메소드

public static UserDailyGlobalPostingQuotaUsed ( string userName ) : bool
userName string
리턴 bool

UserDailyPostingQuotaForNegativeScoreUsed() 공개 정적인 메소드

public static UserDailyPostingQuotaForNegativeScoreUsed ( string userName ) : bool
userName string
리턴 bool

UserDailyPostingQuotaForSubUsed() 공개 정적인 메소드

public static UserDailyPostingQuotaForSubUsed ( string userName, string subverse ) : bool
userName string
subverse string
리턴 bool

UserExists() 공개 정적인 메소드

public static UserExists ( string userName ) : bool
userName string
리턴 bool

UserHasNewMessages() 공개 정적인 메소드

public static UserHasNewMessages ( string userName ) : bool
userName string
리턴 bool

UserHourlyGlobalPostingQuotaUsed() 공개 정적인 메소드

public static UserHourlyGlobalPostingQuotaUsed ( string userName ) : bool
userName string
리턴 bool

UserHourlyPostingQuotaForSubUsed() 공개 정적인 메소드

public static UserHourlyPostingQuotaForSubUsed ( string userName, string subverse ) : bool
userName string
subverse string
리턴 bool

UserIpAddress() 공개 정적인 메소드

public static UserIpAddress ( System.Web.HttpRequestBase request ) : string
request System.Web.HttpRequestBase
리턴 string

UserShortbio() 공개 정적인 메소드

public static UserShortbio ( string userName ) : string
userName string
리턴 string

UserStatsModel() 공개 정적인 메소드

public static UserStatsModel ( string userName ) : Voat.Models.UserStatsModel
userName string
리턴 Voat.Models.UserStatsModel

UserStylePreference() 공개 정적인 메소드

public static UserStylePreference ( string userName ) : string
userName string
리턴 string

UserSubscriptions() 공개 정적인 메소드

public static UserSubscriptions ( string userName ) : List
userName string
리턴 List