Class PropertyGroupDescriptionAttribute
Represents a description attribute used to decorate layer property groups
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class PropertyGroupDescriptionAttribute : Attribute
Constructors
PropertyGroupDescriptionAttribute()
Declaration
public PropertyGroupDescriptionAttribute()
Properties
Description
The user-friendly description for this property group, shown in the UI.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Identifier
The identifier of this property group used for storage, if not set one will be generated based on the group name in code
Declaration
public string? Identifier { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The user-friendly name for this property group, shown in the UI.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |