[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.Attributes.DiffRoleListAttribute

类 DiffRoleListAttribute

比较历史版本差异时,资源化角色列表。

继承
object
System.Attribute
DiffRoleListAttribute
命名空间: GrapeCity.Forguncy.Plugin.Attributes
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class DiffRoleListAttribute : Attribute
备注

必须标注给List<string>类型的属性,会在比较历史版本差异的时候把 FGC_Login 展示为[登录用户], 把 FGC_Anonymous 展示为 [任何人]

构造函数

DiffRoleListAttribute()

比较历史版本差异时,资源化角色列表。

声明
public DiffRoleListAttribute()
备注

必须标注给List<string>类型的属性,会在比较历史版本差异的时候把 FGC_Login 展示为[登录用户], 把 FGC_Anonymous 展示为 [任何人]