Table of Contents

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

string

BeforeWhichColumn

在哪个列的前面

public string BeforeWhichColumn { get; set; }

Property Value

string

CsTypeName

C#数据类型

public string CsTypeName { get; set; }

Property Value

string

DisplayName

最终显示的名称

public string DisplayName { get; set; }

Property Value

string

Exportable

是否可导出

public bool Exportable { get; set; }

Property Value

bool

IsRequired

是否必填

public bool IsRequired { get; set; }

Property Value

bool

PropertyInfo

属性信息

public PropertyInfo PropertyInfo { get; set; }

Property Value

PropertyInfo

PropertyName

名称

public string PropertyName { get; set; }

Property Value

string

Width

列宽

public double Width { get; set; }

Property Value

double