check issue #3

This commit is contained in:
yubaolee 2016-01-05 10:03:35 +08:00
parent 7cc293c121
commit 942f606a2b
99 changed files with 135 additions and 99 deletions

View File

@ -1,4 +1,4 @@
<%--
<%--
Name: 添加界面
Author: yubaolee
Description: 任务对象界面

View File

@ -1,4 +1,4 @@
<%--
<%--
Name: Database Table Properties
Author: yubaolee
Description: Create a list of properties from a database table

View File

@ -1,4 +1,4 @@
<%--
<%--
Name: Database Table Properties
Author: yubaolee
Description: Create a list of properties from a database table

View File

@ -1,4 +1,4 @@
<%--
<%--
Name: Database Table Properties
Author: yubaolee
Description: Create a list of properties from a database table

View File

@ -1,4 +1,4 @@
<%--
<%--
Name: Database Table Properties
Author: yubaolee
Description: Create a list of properties from a database table

View File

@ -1,4 +1,4 @@
<%--
<%--
Name: Database Table Properties
Author: yubaolee
Description: 没有树状导航的datagrid

View File

@ -1,4 +1,4 @@
<%--
<%--
Name: 数据访问
Author: yubaolee
Description:

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : FairUtility
// Author : Yubao Li
// Created : 08-27-2015

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
namespace Infrastructure

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : Infrastructure
// Author : Administrator
// Created : 09-22-2015

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : FairUtility
// Author : Yubao Li
// Created : 08-18-2015

View File

@ -1,4 +1,4 @@
//Copyright (C) Microsoft Corporation. All rights reserved.
//Copyright (C) Microsoft Corporation. All rights reserved.
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
namespace Infrastructure
namespace Infrastructure
{
public class Filter
{

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : FairUtility
// Author : Yubao Li
// Created : 10-13-2015

View File

@ -11,6 +11,8 @@
<AssemblyName>Infrastructure</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -70,6 +72,13 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : Infrastructure
// Author : Yubao Li
// Created : 09-07-2015

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : FairUtility
// Author : Yubao Li
// Created : 08-12-2015

View File

@ -1,4 +1,4 @@
using log4net;
using log4net;
[assembly: log4net.Config.XmlConfigurator(Watch = true)]
namespace Infrastructure

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : Infrastructure
// Author : Yubao Li
// Created : 11-23-2015

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Linq.Expressions;

View File

@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : Infrastructure
// Author : Administrator
// Created : 09-22-2015

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain.Interface;
using OpenAuth.Domain.Interface;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.App
// Author : Yubao Li
// Created : 12-02-2015

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain;
using OpenAuth.Domain;
using OpenAuth.Domain.Interface;
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下

View File

@ -1,4 +1,4 @@
using OpenAuth.App.ViewModel;
using OpenAuth.App.ViewModel;
using OpenAuth.Domain;
using OpenAuth.Domain.Interface;
using System;

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.App
// Author : Yubao Li
// Created : 12-01-2015

View File

@ -1,4 +1,4 @@
using Infrastructure;
using Infrastructure;
using OpenAuth.Domain;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
namespace OpenAuth.App.ViewModel
namespace OpenAuth.App.ViewModel
{
public class ResourceVM
{

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.App
// Author : yubaolee
// Created : 11-29-2015

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using Infrastructure;
using OpenAuth.Domain;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.Domain
// Author : Yubao Li
// Created : 11-30-2015

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.Domain
// Author : yubaolee
// Created : 10-25-2015

View File

@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下

View File

@ -1,4 +1,4 @@
using System.Web;
using System.Web;
using System.Web.Optimization;
namespace OpenAuth.Mvc

View File

@ -1,4 +1,4 @@
using System.Web;
using System.Web;
using System.Web.Mvc;
namespace OpenAuth.Mvc

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

View File

@ -9,7 +9,7 @@
// <copyright file="AutofacExt.cs" company="www.cnblogs.com/yubaolee">
// Copyright (c) www.cnblogs.com/yubaolee. All rights reserved.
// </copyright>
// <summary>IOC初始化</summary>
// <summary>IOC扩展</summary>
// ***********************************************************************
using Autofac;
@ -29,10 +29,10 @@ namespace OpenAuth.Mvc
{
var builder = new ContainerBuilder();
//泛型注册
//<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ע<EFBFBD><EFBFBD>
builder.RegisterGeneric(typeof(BaseRepository<>)).As(typeof(IRepository<>));
//应用层注册
//Ӧ<EFBFBD>ò<EFBFBD>ע<EFBFBD><EFBFBD>
builder.RegisterModule(new ConfigurationSettingsReader("autofac"));
builder.RegisterType<LoginApp>();
builder.RegisterType<OrgManagerApp>();
@ -65,7 +65,7 @@ namespace OpenAuth.Mvc
}
/// <summary>
/// 从依赖容器里面获取
/// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ
/// </summary>
/// <typeparam name="T"></typeparam>
public static T GetFromFac<T>()

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.Mvc
// Author : Administrator
// Created : 09-22-2015

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

View File

@ -1,4 +1,4 @@
using System.Web.Mvc;
using System.Web.Mvc;
using Infrastructure;
using Infrastructure.Helper;
using OpenAuth.App;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.Mvc
// Author : Yubao Li
// Created : 12-02-2015

View File

@ -1,4 +1,4 @@
using Infrastructure;
using Infrastructure;
using OpenAuth.App;
using OpenAuth.Domain;
using OpenAuth.Mvc.Models;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Web.Mvc;
using Infrastructure;

View File

@ -1,4 +1,4 @@
using System.Web;
using System.Web;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;

View File

@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.Mvc
// Author : yubaolee
// Created : 11-05-2015

View File

@ -21,6 +21,8 @@
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -672,6 +674,13 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">

View File

@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
@model OpenAuth.Domain.Category
@model OpenAuth.Domain.Category
@{
ViewBag.Title = "Category编辑界面";
Layout = null;

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "Category";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@{
@{
Layout = null;
}

View File

@ -1,4 +1,4 @@
@model List<OpenAuth.App.ViewModel.ModuleView>
@model List<OpenAuth.App.ViewModel.ModuleView>
<!DOCTYPE html>
<html lang="zh">
<head>

View File

@ -1,4 +1,4 @@

@{
Layout = null;
}

View File

@ -1,4 +1,4 @@
@using System.Text
@using System.Text
<div class="bjui-pageHeader">
<div class="bjui-searchBar">
<div class="bjui-searchBar">

View File

@ -1,4 +1,4 @@
@model OpenAuth.Mvc.Models.BjuiResponse
@model OpenAuth.Mvc.Models.BjuiResponse
<!DOCTYPE html>
<html lang="zh">
<head>

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "assignForRole";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "assignForUser";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@model IEnumerable<OpenAuth.Domain.ModuleElement>
@model IEnumerable<OpenAuth.Domain.ModuleElement>
<script type="text/javascript">

View File

@ -1,4 +1,4 @@
@model OpenAuth.Domain.Module
@model OpenAuth.Domain.Module
@{
ViewBag.Title = "Module编辑界面";
Layout = null;

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "Module";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@*
@*
选择多个模块ID以ids的形式返回
*@

View File

@ -1,4 +1,4 @@
@*
@*
选择多个模块ID以ids的形式返回
*@

View File

@ -1,4 +1,4 @@
@{
@{
ViewBag.Title = "title";
Layout = null;
}

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "org";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@model dynamic
@model dynamic
@{
ViewBag.Title = "title";

View File

@ -1,4 +1,4 @@
@model OpenAuth.Domain.Resource
@model OpenAuth.Domain.Resource
@{
ViewBag.Title = "Resource编辑界面";
Layout = null;

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "Resource";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";
@ -156,7 +156,7 @@
url: '/ResourceManager/Add?id=' + selected,
title: '编辑',
onClose:function() {
refreshModuleGrid();
refreshResourceGrid();
}
});

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "assignResForRole";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "assignResForUser";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@model OpenAuth.Domain.Role
@model OpenAuth.Domain.Role
@{
ViewBag.Title = "title";
Layout = null;

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "Role";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "assignRoleForUser";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1 +1 @@
@RenderBody()
@RenderBody()

View File

@ -1,4 +1,4 @@
@model OpenAuth.App.ViewModel.UserView
@model OpenAuth.App.ViewModel.UserView
@{
ViewBag.Title = "title";
Layout = null;

View File

@ -1,4 +1,4 @@
@{
@{
string _prefix = "user";
var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid";

View File

@ -1,3 +1,3 @@
@{
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations;
using System.Linq;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using OpenAuth.Domain;
using OpenAuth.Domain.Interface;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using OpenAuth.Domain;
using OpenAuth.Domain.Interface;

View File

@ -12,6 +12,8 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -100,6 +102,13 @@
<Content Include="CodeTemplates\ReverseEngineerCodeFirst\Mapping.tt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View File

@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain;
using OpenAuth.Domain;
using OpenAuth.Domain.Interface;
using System;
using System.Linq;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain;
using OpenAuth.Domain;
using OpenAuth.Domain.Interface;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain.Interface;
using OpenAuth.Domain.Interface;
using System;
using System.Collections.Generic;
using System.Globalization;

View File

@ -17,6 +17,8 @@
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -115,6 +117,13 @@
</Choose>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">

View File

@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下特性集

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Text;
using System.Collections.Generic;
using Infrastructure;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Text;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Text;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Text;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Text;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Text;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;