Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="Boolean.ascx.cs" Inherits="Boolean_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="booleanTemplate"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class Boolean_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="Byte.ascx.cs" Inherits="Byte_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="byteTemplate"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class Byte_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="Byte[].ascx.cs" Inherits="ByteArray_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="byteArrayTemplate"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class ByteArray_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="Char.ascx.cs" Inherits="Char_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="charTemplate"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class Char_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="FooEmpty.ascx.cs" Inherits="FooEmpty_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="fooEmptyTemplate"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class FooEmpty_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="ICollection.ascx.cs" Inherits="ICollection_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="iCollectionTemplate"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class ICollection_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="Int16.ascx.cs" Inherits="Int16_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="int16Template"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class Int16_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="Int32.ascx.cs" Inherits="Int32_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="int32Template"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class Int32_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="Int64.ascx.cs" Inherits="Int64_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="int64Template"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class Int64_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" CodeFile="MonoTests.Common.FooEmpty.ascx.cs" Inherits="MonoTestsCommonFooEmpty_Field" %>
<span class="field"><%= Column.Name %></span>: <span class="monoTests.Common.FooEmpty.Template"><asp:Literal runat="server" ID="Literal1" Text="<%# FieldValueString %>" /></span>

View File

@ -0,0 +1,22 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml.Linq;
using System.Web.DynamicData;
public partial class MonoTestsCommonFooEmpty_Field : System.Web.DynamicData.FieldTemplateUserControl {
public override Control DataControl {
get {
return Literal1;
}
}
}

Some files were not shown because too many files have changed in this diff Show More