Table of Contents

Class ScenarioMetadata

Namespace
UICatalog
Assembly
UICatalog.dll

Defines the metadata (Name and Description) for a Scenario

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

Constructors

ScenarioMetadata(string, string)

Defines the metadata (Name and Description) for a Scenario

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