class Achievement
{
IApplication Application { get; }
string BadgeIconUrl { get; set; }
Guid ContentId { get; }
DateTime CreatedDate { get; set; }
string Criteria { get; set; }
bool Enabled { get; set; }
Guid Id { get; set; }
string Title { get; set; }
string Url { get; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
Application |
IApplication |
|||
|
BadgeIconUrl |
string |
|||
|
ContentId |
Guid |
|||
|
CreatedDate |
DateTime |
|||
|
Criteria |
string |
|||
|
Enabled |
bool |
|||
|
Id |
Guid |
|||
|
Title |
string |
|||
|
Url |
string |