C# Класс OpenPr0gramm.DynamicProfileBadge

Наследование: ProfileBadge
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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