Class Scenario.ScenarioMetadata
Inheritance
System.Object
Scenario.ScenarioMetadata
Assembly: UICatalog.dll
public class ScenarioMetadata : Attribute
Constructors
Declaration
public ScenarioMetadata(string Name, string Description)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
System.String |
Description |
|
Properties
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public static string GetDescription(Type t)
Parameters
Type |
Name |
Description |
System.Type |
t |
|
Returns
Type |
Description |
System.String |
|
Declaration
public static string GetName(Type t)
Parameters
Type |
Name |
Description |
System.Type |
t |
|
Returns
Type |
Description |
System.String |
|