Click or drag to resize

AttributeFieldsAttribute Class

返回用户文档首页
此标签代表数据结构体中所有公共变量都映射UI属性
Inheritance Hierarchy
SystemObject
  SystemAttribute
    LoongCAD.STC.Friendly.PluginsAttributeFieldsAttribute

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public sealed class AttributeFieldsAttribute : Attribute

The AttributeFieldsAttribute type exposes the following members.

Constructors
 NameDescription
Public methodAttributeFieldsAttributeInitializes a new instance of the AttributeFieldsAttribute class
Top
Remarks
若定义此标签,则不必再单独为每个变量定义AttributeField标签
See Also