文章 Achievement 类

  • 命名空间: Limyee.Extensibility.Api.Entities.Version1
  • 程序集: Limyee.Api.dll

定义

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