91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.6M
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-19
  • 語言: 其他
  • 標簽: 其他??

資源簡介

(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個文件信息

評論

共有 條評論