[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.CellTypeStyleTemplateDisplayNameAttribute

类 CellTypeStyleTemplateDisplayNameAttribute

单元格类型插件中的属性编辑器中的类目属性的名称。

继承
object
System.Attribute
CellTypeStyleTemplateDisplayNameAttribute
命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
public class CellTypeStyleTemplateDisplayNameAttribute : Attribute
示例
[CellTypeStyleTemplateDisplayNameAttribute("display name")]
public class YourCellTypeStyleTemplateSupportAttribute : CellTypeStyleTemplateSupportAttribute
{
    ...
}
[CellTypeStyleTemplateDisplayName(Name = nameof(Resources.Display), ResourceType = typeof(Properties.Resources))]
public class YourCellTypeStyleTemplateSupportAttribute : CellTypeStyleTemplateSupportAttribute
{
    ...
}

构造函数

CellTypeStyleTemplateDisplayNameAttribute()

构造函数。

声明
public CellTypeStyleTemplateDisplayNameAttribute()

CellTypeStyleTemplateDisplayNameAttribute(string)

构造函数。

声明
public CellTypeStyleTemplateDisplayNameAttribute(string name)
参数
类型 名称 描述
string name

属性

Name

类目属性的名称

声明
public virtual string Name { get; set; }
属性值
类型 描述
string

ResourceType

Resources Type

声明
public virtual Type ResourceType { get; set; }
属性值
类型 描述
System.Type

方法

GetName()

获得类目属性的名称

声明
public virtual string GetName()
返回值
类型 描述
string