SDK 參考
支持平台:
.NET Framework 4.0,.NET Framework 4.5,.NET Core 5.0。
public type | description |
---|---|
class ContentEventArgs | 爲(wéi / wèi)内容操作事件提供數據 |
class ContentFormLoadEventArgs | 爲(wéi / wèi)内容編輯(新增)頁面的(de)載入事件提供數據 |
delegate ContentFormLoadEventHandler | 表示将用于(yú)處理内容編輯(新增)頁面的(de)載入事件的(de)方法 |
class ContentFormSubmitEventArgs | 爲(wéi / wèi)内容編輯(新增)頁面的(de)提交事件提供數據 |
class ContentTranslateEventArgs | 爲(wéi / wèi)内容轉移事件提供數據 |
static class Context | 封裝系統上(shàng)下文相關信息 |
class DatabaseType | 系統支持的(de)數據庫類型 |
class DatabaseTypeConverter | 字符串與DatabaseType轉換類 |
class DataType | 系統支持的(de)數據庫數據類型 |
class DataTypeConverter | 字符串與DataType轉換類 |
interface IAccessToken | Access Token接口 |
interface IAdminApi | 管理員及權限Api接口 |
interface IAdministratorInfo | 管理員實體接口。 對應數據庫中的(de)xycms_Administrator表 |
interface IApiCollection | 插件可調用的(de)Api集合接口 |
interface IAttributes | 可擴展屬性的(de)對象接口。 系統以(yǐ)鍵/值對的(de)方式存儲數據,鍵不(bù)區分大(dà)小寫 |
interface IChannelApi | 欄目Api接口 |
interface IChannelInfo | 欄目實體接口。 對應數據庫中的(de)xycms_Channel表 |
interface IConfigApi | 插件及系統配置Api接口 |
interface IContentApi | 内容Api接口 |
interface IContentContext | 内容事件關聯的(de)上(shàng)下文 |
interface IContentInfo | 内容實體接口。 内容表默認名稱爲(wéi / wèi)model_Content,XYCMS 後台可以(yǐ)新建新的(de)内容表,或者修改現有内容表的(de)字段 |
interface IDatabaseApi | 數據庫操作Api接口 |
interface IEnvironment | 插件運行環境接口 |
interface IJobContext | 包含XYCMS Cli命令行執行任務時(shí)的(de)上(shàng)下文信息 |
interface ILogInfo | 日志實體接口 |
interface IMetadata | 插件元數據接口 |
class Initializer | 插件初始化類,此類的(de)方法由系統調用,在(zài)插件開發時(shí)請勿直接使用 |
class InputListItem | 表示列表中的(de)數據項 |
class InputStyle | 表示表單的(de)輸入樣式 |
class InputType | 表單的(de)輸入類型 |
class InputTypeConverter | 字符串與InputType轉換類 |
interface IParseApi | STL解析Api接口 |
interface IParseContext | STL解析上(shàng)下文 |
interface IPermissions | 登錄賬号的(de)權限 |
interface IPluginApi | 插件Api接口 |
interface IRequest | 訪問插件時(shí)的(de)認證請求 |
interface IService | 插件服務注冊接口。 插件服務注冊接口是(shì)插件機制的(de)核心,用于(yú)定義插件能夠提供的(de)各種服務,一(yī / yì /yí)個(gè)方法對應一(yī / yì /yí)個(gè)事件或者一(yī / yì /yí)個(gè)功能 |
interface ISiteApi | 站點Api接口 |
interface ISiteInfo | 站點實體接口。 對應數據庫中的(de)xycms_Site表 |
interface IUserApi | 用戶Api接口 |
interface IUserInfo | 用戶實體接口 |
interface IUtilsApi | 工具類Api接口 |
class Menu | 插件菜單。 插件菜單可顯示在(zài)系統頭部、左側或者内容列表中 |
class ParseEventArgs | 爲(wéi / wèi)STL解析事件提供數據 |
abstract class PluginBase | 插件父類,所有插件必須繼承此類并實現Startup方法 |
class RestApiEventArgs | Rest Api |
delegate RestApiEventHandler | 表示将用于(yú)處理Rest Api請求事件的(de)方法 |
class TableColumn | 數據庫表字段信息 |
class TemplateType | 系統支持的(de)模闆類型 |
class TemplateTypeConverter | 字符串與TemplateType轉換類 |
class ValidateType | 表單輸入的(de)驗證規則類型 |
class ValidateTypeConverter | 字符串與ValidateType轉換類 |