Table of Contents

Class PropertyGroupDescriptionAttribute

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a description attribute used to decorate layer property groups

public class PropertyGroupDescriptionAttribute : Attribute
Inheritance
object
PropertyGroupDescriptionAttribute
Inherited Members

Properties

Description

The user-friendly description for this property group, shown in the UI.

public string? Description { get; set; }

Property Value

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

public string? Identifier { get; set; }

Property Value

string

Name

The user-friendly name for this property group, shown in the UI.

public string? Name { get; set; }

Property Value

string