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
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