复杂逻辑生成器

时间:2018-05-31 07:15:30
【文件属性】:
文件名称:复杂逻辑生成器
文件大小:263KB
文件格式:ZIP
更新时间:2018-05-31 07:15:30
C#,复杂逻辑 查找不同的控件,提供数据进行逻辑运算 public class MyHtmlHelper { /// /// A simple helper demonstrating the @Html.Raw /// public IEncodedString Raw(string rawString) { return new RawString(rawString); } public int ToInt(string str) { int returnValue = 0; int.TryParse(str, out returnValue); return returnValue; } } /// /// A simple helper demonstrating the @Html.Raw /// public abstract class MyClassImplementingTemplateBase : TemplateBase { /// /// A simple helper demonstrating the @Html.Raw /// public MyClassImplementingTemplateBase() { Html = new MyHtmlHelper(); } /// /// A simple helper demonstrating the @Html.Raw /// public MyHtmlHelper Html { get; set; }
【文件预览】:
LogicForm
----DataConverter.cs(11KB)
----Form1.cs(5KB)
----Program.cs(496B)
----Form1.resx(6KB)
----app.config(161B)
----Yamon.LogicForm.csproj(4KB)
----Properties()
--------Settings.settings(249B)
--------Resources.Designer.cs(3KB)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.resx(5KB)
----Yamon.LogicForm.suo(4KB)
----Form1.Designer.cs(9KB)
----ControlExtend.cs(720B)
----obj()
--------Debug()
----bin()
--------Debug()

网友评论