资源简介
(BlogYi)v1.7.5项目源文件.rar

代码片段和文件信息
#region Using
using System;
using System.Collections.Generic;
using BlogEngine.Core.Providers;
#endregion
namespace BlogEngine.Core
{
public class AuthorProfile : Businessbase
{
#region Constructors
public AuthorProfile()
{
}
public AuthorProfile(string username)
{
base.Id = username;
}
#endregion
#region Properties
private static object _SyncRoot = new object();
private static List _Profiles;
///
/// Gets an unsorted list of all pages.
///
public static List Profiles
{
get
{
if (_Profiles == null)
{
lock (_SyncRoot)
{
if (_Profiles == null)
{
_Profiles = BlogService.FillProfiles();
}
}
}
return _Profiles;
}
}
public string UserName
{
get { return Id; }
}
public string FullName
{
get { return (FirstName + “ “ + MiddleName + “ “ + LastName).Replace(“ “ “ “); }
}
private bool _IsPrivate;
public bool IsPrivate
{
get { return _IsPrivate; }
set
{
if (value != _IsPrivate) MarkChanged(“IsPrivate“);
_IsPrivate = value;
}
}
private string _FirstName;
public string FirstName
{
get { return _FirstName; }
set
{
if (value != _FirstName) MarkChanged(“FirstName“);
_FirstName = value;
}
}
private string _MiddleName;
public string MiddleName
{
get { return _MiddleName; }
set
{
if (value != _MiddleName) MarkChanged(“MiddleName“);
_MiddleName = value;
}
}
private string _LastName;
public string LastName
{
get { return _LastName; }
set
{
if (value != _LastName) MarkChanged(“LastName“);
_LastName = value;
}
}
private string _DisplayName;
public string DisplayName
{
get { return _DisplayName; }
set
{
if (value != _DisplayName) MarkChanged(“DisplayName“);
_DisplayName = value;
}
}
private string _PhotoUrl;
public string PhotoURL
{
get { return _PhotoUrl; }
set
{
if (value != _PhotoUrl) MarkChanged(“PhotoURL“);
_PhotoUrl = value;
}
}
private DateTime _Birthday;
public DateTime Birthday
{
get { return _Birthday; }
set
{
if (value != _Birthday) MarkChanged(“Birthday“);
_Birthday = value;
}
}
//private string _Address1;
//public string Address1
//{
// get { return _Address1; }
// set { _Address1 = value; }
//}
//private string _Address2;
//public string Address2
//{
// get { return _Address2; }
// set { _Address2 = value; }
//}
private string _CityTown;
public string CityTown
{
get { return _CityTown; }
set
{
if (value != _CityTown) MarkChanged(“CityTown“);
_CityTown = value;
}
}
private string _RegionState;
public string
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 34678 2008-02-29 16:02 Documents\GNU GENERAL PUBLIC LICENSE.txt
文件 5930 2008-10-17 11:22 Documents\产品说明文档.txt
文件 20532 2008-07-31 17:07 Documents\关于数据存储方式的配置\MySQL\MySQLSetup1.4.5.0.sql
文件 1139 2008-07-31 17:07 Documents\关于数据存储方式的配置\MySQL\MySQLUpgradeTo1.4.5.0From1.4.0.0.sql
文件 9060 2008-08-01 09:41 Documents\关于数据存储方式的配置\MySQL\MySQLWeb.Config
文件 1112 2008-10-17 11:25 Documents\关于数据存储方式的配置\MySQL\ReadMe.txt
文件 72704 2008-10-20 00:03 Documents\关于数据存储方式的配置\SQLite\BlogEngine.s3db
文件 1087 2008-08-05 21:02 Documents\关于数据存储方式的配置\SQLite\ReadMe.txt
文件 841 2008-07-31 17:07 Documents\关于数据存储方式的配置\SQLite\SQLiteUpgradeFrom1.4.5.0To1.4.0.0.txt
文件 8791 2008-07-29 22:49 Documents\关于数据存储方式的配置\SQLite\SQLiteWeb.Config
文件 28835 2008-07-31 22:31 Documents\关于数据存储方式的配置\SQLServer\MSSQLSetup1.4.5.0.sql
文件 11394 2008-07-31 22:31 Documents\关于数据存储方式的配置\SQLServer\MSSQLUpgradeTo1.4.5.0From1.3.x.sql
文件 3533 2008-07-31 22:31 Documents\关于数据存储方式的配置\SQLServer\MSSQLUpgradeTo1.4.5.0From1.4.0.0.sql
文件 1348 2008-08-05 21:03 Documents\关于数据存储方式的配置\SQLServer\ReadMe.txt
文件 8551 2008-07-31 17:07 Documents\关于数据存储方式的配置\SQLServer\SQLServerWeb.Config
文件 131072 2008-10-20 00:03 Documents\关于数据存储方式的配置\VistaDB\BlogEngine.vdb3
文件 3391 2008-08-05 21:01 Documents\关于数据存储方式的配置\VistaDB\ReadMe.txt
文件 1030 2008-07-31 17:07 Documents\关于数据存储方式的配置\VistaDB\VistaDBUpgradeTo1.4.5.0From1.4.0.0.vsql3
文件 9312 2008-07-29 22:49 Documents\关于数据存储方式的配置\VistaDB\VistaDBWeb.Config
文件 948 2008-08-05 20:36 Documents\关于数据存储方式的配置\综述.txt
文件 4266 2008-10-17 11:23 Documents\升级安装方案.txt
文件 118784 2004-04-15 21:47 Documents\安装工具 博易UTP\Bin\ICSharpCode.SharpZipLib.dll
文件 64 2008-03-19 15:10 Documents\安装工具 博易UTP\Bin\ICSharpCode.SharpZipLib.dll.refresh
文件 4738 2008-03-25 19:20 Documents\安装工具 博易UTP\utp.aspx
文件 10437 2008-03-25 19:16 Documents\安装工具 博易UTP\utp.aspx.cs
文件 651 2008-08-06 22:18 Documents\安装工具 博易UTP\说明.txt
文件 2167 2008-07-19 13:54 Documents\安装配置文档.txt
文件 1159 2008-02-29 15:51 Documents\开发支持文档.txt
文件 3918 2008-10-20 00:13 Documents\版本更新文档.txt
文件 3670 2008-08-06 13:22 Documents\虚拟主机服务器解决方案.txt
............此处省略1811个文件信息
- 上一篇:自然资源一张图平台软件技术方案20181101.pdf
- 下一篇:db2驱动.zip
相关资源
- vspd7.2.308.zip
- 价值2k的H漫画小说系统
- Pythonamp;课堂amp;笔记(高淇amp;400;集第
- ddos压力测试工具99657
- UML建模大全
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
- 联想启天M4350 BIOS升级文件
评论
共有 条评论