- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
class Leaderboard { Guid ApplicationId { get; set; } string ApplicationKey { get; set; } Guid? ContainerId { get; set; } Guid ContentId { get; set; } Guid ContentTypeId { get; } DateTime CreatedDate { get; set; } DateTime? EndDate { get; set; } DateTime? EndDisplayDate { get; set; } ApiList<Role> ExcludeRolesFilter { get; } int Id { get; set; } ApiList<Role> IncludeRolesFilter { get; } bool IsEnabled { get; } DateTime? LastCalculatedDate { get; set; } string Name { get; set; } Guid NodeId { get; } int NumberOfLeaders { get; set; } DateTime? StartDate { get; set; } DateTime? StartDisplayDate { get; set; } string TimeSpanFilterType { get; set; } int? TimeSpanLength { get; set; } string TimeSpanType { get; set; } string Url { get; } string Description(string target); string Description(); }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
ApplicationId |
Guid |
|||
ApplicationKey |
string |
|||
ContainerId |
Guid? |
|||
ContentId |
Guid |
|||
ContentTypeId |
Guid |
|||
CreatedDate |
DateTime |
|||
EndDate |
DateTime? |
|||
EndDisplayDate |
DateTime? |
|||
ExcludeRolesFilter |
ApiList<Role> |
|||
Id |
int |
|||
IncludeRolesFilter |
ApiList<Role> |
|||
IsEnabled |
bool |
|||
LastCalculatedDate |
DateTime? |
|||
Name |
string |
|||
NodeId |
Guid |
|||
NumberOfLeaders |
int |
|||
StartDate |
DateTime? |
|||
StartDisplayDate |
DateTime? |
|||
TimeSpanFilterType |
string |
|||
TimeSpanLength |
int? |
|||
TimeSpanType |
string |
|||
Url |
string |
方法
string Description(string target);
参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
target |
string |
Target |
是 |
返回类型
string
string Description();
返回类型
string