Class ContextAction.Step
Represents a step of an action.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class ContextAction.Step
Properties
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
IsHidden
Gets or sets a value indicating whether the step is hidden.
Declaration
public bool IsHidden { get; set; }
Property Value
Type | Description |
---|---|
bool |
SectionName
Gets or sets the name of the section of the step.
Declaration
public string SectionName { get; set; }
Property Value
Type | Description |
---|---|
string |