[]
单元格类型插件中的属性编辑器中的类目属性的名称。
public class CellTypeStyleTemplateDisplayNameAttribute : Attribute
[CellTypeStyleTemplateDisplayNameAttribute("display name")]
public class YourCellTypeStyleTemplateSupportAttribute : CellTypeStyleTemplateSupportAttribute
{
...
}
[CellTypeStyleTemplateDisplayName(Name = nameof(Resources.Display), ResourceType = typeof(Properties.Resources))]
public class YourCellTypeStyleTemplateSupportAttribute : CellTypeStyleTemplateSupportAttribute
{
...
}
构造函数。
public CellTypeStyleTemplateDisplayNameAttribute()
构造函数。
public CellTypeStyleTemplateDisplayNameAttribute(string name)
类型 | 名称 | 描述 |
---|---|---|
string | name |
类目属性的名称
public virtual string Name { get; set; }
类型 | 描述 |
---|---|
string |
Resources Type
public virtual Type ResourceType { get; set; }
类型 | 描述 |
---|---|
System.Type |
获得类目属性的名称
public virtual string GetName()
类型 | 描述 |
---|---|
string |