Class ExtraProperty
- Namespace
- CMS.Plugin.MesSuite.Abstractions.Models
- Assembly
- CMS.Plugin.MesSuite.Abstractions.dll
扩展属性
public class ExtraProperty : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
ExtraProperty
- Implements
-
IHasExtraProperties
- Derived
- Inherited Members
Properties
AfterWhichColumn
在哪个列的后面
public string AfterWhichColumn { get; set; }
Property Value
BeforeWhichColumn
在哪个列的前面
public string BeforeWhichColumn { get; set; }
Property Value
CsTypeName
C#数据类型
public string CsTypeName { get; set; }
Property Value
DisplayName
最终显示的名称
public string DisplayName { get; set; }
Property Value
Exportable
是否可导出
public bool Exportable { get; set; }
Property Value
IsRequired
是否必填
public bool IsRequired { get; set; }
Property Value
PropertyInfo
属性信息
public PropertyInfo PropertyInfo { get; set; }
Property Value
PropertyName
名称
public string PropertyName { get; set; }
Property Value
Width
列宽
public double Width { get; set; }