2using System.Threading.Tasks;
35 return new KeyValuePair<string, string>(
47 return new KeyValuePair<string, string>[]
49 await this.
GetTag(Variables)
Represents a string-valued option.
ParameterOption(XmlElement Xml)
Represents a string-valued option.
async Task< KeyValuePair< string, string > > GetTag(Variables Variables)
Evaluates report option attributes.
async Task< KeyValuePair< string, string >[]> GetOptions(Variables Variables)
Gets the options for the parameter.
Interface for classes implementing parameter options.