如何使用IPortable接口?

简介: DNN编译出错: Description: An error occurred during the compilation of a resource required to service this request.
DNN编译出错:

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0535: 'YourCompany.Modules.rollweb.rollwebController' does not implement interface member 'DotNetNuke.Entities.Modules.IPortable.ImportModule(int, string, string, int)'

Source Error:

 

Line 42:     /// </history>
Line 43:     /// -----------------------------------------------------------------------------
Line 44:     public class rollwebController : ISearchable, IPortable
Line 45:     {
Line 46:

出现这个报错是因为没有理解implement的概念,implement是面向对象里面的多重继承,你implement了一个接口,同时你还要实现这个接口的虚函数。

这个网页详细讲解了IPortable接口的使用。
http://adefwebserver.com/DotNetNukeHELP/IPortable/

对于报错,你用Google搜索“does not implement interface member  ”就会找到微软的文档:
http://support.microsoft.com/kb/836127
相关文章
|
1月前
|
SQL Arthas 监控
看大神如何使用3行代码提升接口性能
看大神如何使用3行代码提升接口性能
23 0
|
6月前
|
JSON 数据格式
如何创建接口,设计过接口
项目遵循Restful规范设计接口,请求路径基于资源命名,如查询用GET,新增用POST,修改用PUT,删除用DELETE。GET参数通过问号或路径传递,POST/PUT用JSON。统一的接口规范规定:返回数据多时,用VO过滤或整合数据。
44 0
|
6月前
|
存储 运维 安全
Java常用类和基础API
Java常用类和基础API
53 0
|
前端开发 微服务
|
Java 编译器
接口的学习与总结
接口的学习与总结
|
SQL 关系型数据库 MySQL
如何使用Yii2.0框架API文档中的DbCommand类?具体步骤是怎样的?
如何使用Yii2.0框架API文档中的DbCommand类?具体步骤是怎样的?
126 0
如何使用Yii2.0框架API文档中的ErrorHandler类?具体步骤是怎样的?
如何使用Yii2.0框架API文档中的ErrorHandler类?具体步骤是怎样的?
207 0
|
C#
C# 接口案例
C# 接口案例
104 4