[]
        
(Showing Draft Content)

GrapeCity.Forguncy.ServerApi.IApplicationInformationService

接口 IApplicationInformationService

应用程序信息服务接口

命名空间: GrapeCity.Forguncy.ServerApi
程序集: GrapeCity.Forguncy.ServerApi.dll
语法
public interface IApplicationInformationService

属性

ApplicationAttachmentStorageInfo

应用程序附件存储信息

声明
IApplicationAttachmentStorageInfo ApplicationAttachmentStorageInfo { get; }
属性值
类型 描述
IApplicationAttachmentStorageInfo

ApplicationBaseUrl

应用程序基础URL

声明
string ApplicationBaseUrl { get; }
属性值
类型 描述
string

ApplicationName

应用程序名称

声明
string ApplicationName { get; }
属性值
类型 描述
string

ApplicationStoragePath

应用程序存储路径

声明
string ApplicationStoragePath { get; }
属性值
类型 描述
string

IsRunAtDesigner

是否在设计器中运行

声明
bool IsRunAtDesigner { get; }
属性值
类型 描述
bool

UserInfos

用户信息

声明
IUserInfos UserInfos { get; }
属性值
类型 描述
IUserInfos

方法

GetDataAccess(HttpContext)

获取数据访问对象

声明
IDataAccess GetDataAccess(HttpContext httpContext)
参数
类型 名称 描述
Microsoft.AspNetCore.Http.HttpContext httpContext

HTTP上下文对象

返回值
类型 描述
IDataAccess

数据访问对象