Table of Contents

Class Scenario.ScenarioMetadata

Namespace
UICatalog
Assembly
UICatalog.dll

Defines the metadata (Name and Description) for a Scenario

[AttributeUsage(AttributeTargets.Class)]
public class Scenario.ScenarioMetadata : Attribute
Inheritance
Scenario.ScenarioMetadata
Inherited Members

Constructors

ScenarioMetadata(string, string)

Properties

Description

Scenario Description

Name

Scenario Name

Methods

GetDescription(Type)

Static helper function to get the Scenario Description given a Type

GetName(Type)

Static helper function to get the Scenario Name given a Type