C# 클래스 OpenPr0gramm.DynamicProfileBadge

상속: ProfileBadge
파일 보기 프로젝트 열기: holzmaster/OpenPr0gramm 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromCommentCount ( string userName, int commentCount, System.DateTime newestCommentTime ) : DynamicProfileBadge
CreateFromRegistrationDate ( string userName, System.DateTime registeredSince ) : DynamicProfileBadge
DynamicProfileBadge ( string image, string description, string link, System.DateTime createdAt, string name, string extra ) : Newtonsoft.Json

메소드 상세

CreateFromCommentCount() 공개 정적인 메소드

public static CreateFromCommentCount ( string userName, int commentCount, System.DateTime newestCommentTime ) : DynamicProfileBadge
userName string
commentCount int
newestCommentTime System.DateTime
리턴 DynamicProfileBadge

CreateFromRegistrationDate() 공개 정적인 메소드

public static CreateFromRegistrationDate ( string userName, System.DateTime registeredSince ) : DynamicProfileBadge
userName string
registeredSince System.DateTime
리턴 DynamicProfileBadge

DynamicProfileBadge() 공개 메소드

public DynamicProfileBadge ( string image, string description, string link, System.DateTime createdAt, string name, string extra ) : Newtonsoft.Json
image string
description string
link string
createdAt System.DateTime
name string
extra string
리턴 Newtonsoft.Json