东莞市连易网络科技有限公司
网站
搜索
用户
购物车
用户
网站
搜索
购物车
帮助
API文档
进程 API 关联类型
用户文档
开发文档
API文档
提及
标签
更多
取消
新建
-
进程 API 文档
进程 API 关联类型
进程 API 事件参数
进程 API 服务
+
REST API 文档
API文档
进程 API 文档
进程 API 关联类型
创建:
2022/3/29, 3:45 AM
更新:
2022/5/11, 7:32 AM
这有帮助吗?
是
否
更多
取消
BlogComment 类
命名空间: Limyee.Extensibility.Api.Entities.Version1 程序集: Limyee.Api.dll 定义 class BlogComment { Guid ApplicationId { get; set; } Guid ApplicationTypeId { get; set; } User Author { get; set;…
BlogCommentQueryOptions 类
命名空间: Limyee.Extensibility.Api.Version1 程序集: Limyee.Api.dll 定义 class BlogCommentQueryOptions { int? BlogId { get; set; } int? BlogPostId { get; set; } } 属性 名称 类型 …
BlogCommentsCreateOptions 类
命名空间: Limyee.Extensibility.Api.Version1 程序集: Limyee.Api.dll 定义 class BlogCommentsCreateOptions { IList<ExtendedAttribute> ExtendedAttributes { get; set; } bool? IsApproved { get; set; …
BlogCommentsListOptions 类
命名空间: Limyee.Extensibility.Api.Version1 程序集: Limyee.Api.dll 定义 class BlogCommentsListOptions { bool? IncludeUnpublished { get; set; } int? PageIndex { get; set; } int? PageSize { get;…
BlogCommentsUpdateOptions 类
命名空间: Limyee.Extensibility.Api.Version1 程序集: Limyee.Api.dll 定义 class BlogCommentsUpdateOptions { string Body { get; set; } IList<ExtendedAttribute> ExtendedAttributes { get; set; } bool…
BlogContactListOptions 类
命名空间: Limyee.Extensibility.Api.Version1 程序集: Limyee.Api.dll 定义 class BlogContactListOptions { bool? IsModerated { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; }…
BlogContactRequest 类
命名空间: Limyee.Extensibility.Api.Entities.Version1 程序集: Limyee.Api.dll 定义 class BlogContactRequest { int BlogId { get; set; } string Body { get; set; } DateTime DateCreated { get; set;…
BlogPost 类
命名空间: Limyee.Extensibility.Api.Entities.Version1 程序集: Limyee.Api.dll 定义 class BlogPost { Application Application { get; } User Author { get; set; } int? BlogId { get; set; } int?…
BlogPostsCreateOptions 类
命名空间: Limyee.Extensibility.Api.Version1 程序集: Limyee.Api.dll 定义 class BlogPostsCreateOptions { string ContentType { get; set; } string Excerpt { get; set; } int? ExcerptSize { get; set;…
BlogPostsGetOptions 类
命名空间: Limyee.Extensibility.Api.Version1 程序集: Limyee.Api.dll 定义 class BlogPostsGetOptions { int? BlogId { get; set; } int? Id { get; set; } string Name { get; set; } } 属性 …
<
>