class MAGES::StepDetailsAttribute

Overview

Used to customize editor details about a specific step. More…

class StepDetailsAttribute: public System.Attribute
{
public:
    // properties

    string Description;

    // methods

    StepDetailsAttribute(string description);
};

Detailed Documentation

Used to customize editor details about a specific step.

Properties

string Description

Gets the description.

Methods

StepDetailsAttribute(string description)

Initializes a new instance of the StepDetailsAttribute class.

Parameters:

description

The description. Can be rich text.