| | |
| | | /// </summary>
|
| | | public const string DryContactFunctionFile = "10afbada0199511de13edc60259ed03e6ebc817d8a53adce";
|
| | | /// <summary>
|
| | | /// 保存成员列表信息的【文件】
|
| | | /// </summary>
|
| | | public const string MemberListInfoFile = "84cee4c17e97d9af86e4778aeecae01cc0ab6d9f3409478c";
|
| | | /// <summary>
|
| | | /// 存放用户图片的【文件夹】
|
| | | /// </summary>
|
| | | public const string UserPictrueDirectory = "e3263f227598072fef2a204fb1656cd2";
|
| | |
| | | /// </summary>
|
| | | public const string ResidenceOptionFile = "b79583bed6909a52849eaea268449aee15f29d3bdf8b5ca3";
|
| | | /// <summary>
|
| | | /// 保存住宅顺序的【文件】
|
| | | /// </summary>
|
| | | public const string ResidenceSortFile = "b79583bed6909a524e81e2461474f8dcc7a45bf99cecee93";
|
| | | /// <summary>
|
| | | /// 保存楼层顺序的【文件】
|
| | | /// </summary>
|
| | | public const string FloorSortFile = "2b156ce95c29de53578282f4d7228f60";
|
| | |
| | | /// 保存房间顺序的【文件】
|
| | | /// </summary>
|
| | | public const string RoomSortFile = "b1b9f1a50064016f62dea3f160703de2";
|
| | | /// <summary>
|
| | | /// 保存设备顺序的【文件】
|
| | | /// </summary>
|
| | | public const string DeviceSortFile = "9887fffbee29c2566351e3ef2ddea279";
|
| | | /// <summary>
|
| | | /// 保存Log的【文件夹】
|
| | | /// </summary>
|
| | |
| | | /// 功能备份的名字 这个东西不加密
|
| | | /// </summary>
|
| | | public const string OptionBackupName = "##Option##";
|
| | | /// <summary>
|
| | | /// 记录发送和接收的数据Log
|
| | | /// </summary>
|
| | | public static string SendAndReceveDataLog
|
| | | {
|
| | | get { return System.IO.Path.Combine(Common.Config.Instance.FullPath, LocalMemoryDirectory, "SendAndReceveLog.log"); }
|
| | | }
|
| | | }
|
| | | }
|