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