资源简介
(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
相关资源
- db2驱动.zip
- 自然资源一张图平台软件技术方案2
- 三调建库与管理系统使用手册2018102
- Maple教程.rar
- MediaTimer成功版.rar
- tf-faster-rcnn.rar
- WinHex.rar
- 30160830i6v7.gz
- ueditor.rar
- 20171225TIM3-PWM-螺旋桨调速.rar
- DR.COM自动测试帐号器.rar
- 精通比特币.rar
- ISO11898-3-2006道路车辆—控制器区域网
- FANUC-18I参数说明书.pdf
- AI安全调研报告_v5.docx
- 课程设计.rar100608
- 3750969ZXHNZXA10_F601V4.0.2P7T1_ZLD_UPGRADE.im
- A2Uploader.rar
- esp8266-technical_reference_en.pdf
- SIM800_datasheet.pdf
- 摄像测量学原理与应用研究_2009_于起
- GBT36073-2018数据管理能力成熟度评估模
- GBT23703知识管理.zip
- 51622469glomosim-2.03.rar
- cyxd_1.0.zip
- Snort入侵检测系统源码分析--独孤九贱
- (important)数理方程公式大全.doc
- 灰鸽子黑防版.exe
- 设计代码.zip
- 程序原本.pdf
评论
共有 条评论