Table of Contents

Class TextPropertyItemDemoModel

Namespace
H.Controls.Form.PropertyItem
Assembly
H.Controls.Form.PropertyItem.dll
public class TextPropertyItemDemoModel
Inheritance
TextPropertyItemDemoModel
Inherited Members
Extension Methods

Properties

Password

[Display(Name = "PasswordTextPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(PasswordTextPropertyItem))]
public string Password { get; set; }

Property Value

string

Path

[Display(Name = "OpenFileDialogPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(OpenFileDialogPropertyItem))]
public string Path { get; set; }

Property Value

string

Path1

[Display(Name = "OpenDeleteSystemPathTextPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(OpenDeleteSystemPathTextPropertyItem))]
public string Path1 { get; set; }

Property Value

string

Path2

[Display(Name = "DeleteSystemPathTextPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(DeleteSystemPathTextPropertyItem))]
public string Path2 { get; set; }

Property Value

string

Path3

[Display(Name = "OpenSystemPathTextPropertyItem", Description = "演示应用PropertyItemAttribute自定义显示样式")]
[PropertyItem(typeof(OpenSystemPathTextPropertyItem))]
public string Path3 { get; set; }

Property Value

string