Interface IKNetTaskConfiguration
Interface to simplify access configuration information
public interface IKNetTaskConfiguration
Methods
Add(IEnumerable<KeyValuePair<string, object>>)
Adds all values in values
void Add(IEnumerable<KeyValuePair<string, object>> values)
Parameters
valuesIEnumerable<KeyValuePair<string, object>>The IEnumerable<T> containing key-value information
Add(string, bool)
Adds bool associated to key
void Add(string key, bool value)
Parameters
Add(string, double)
Adds double associated to key
void Add(string key, double value)
Parameters
Add(string, short)
Adds short associated to key
void Add(string key, short value)
Parameters
Add(string, int)
Adds int associated to key
void Add(string key, int value)
Parameters
Add(string, long)
Adds long associated to key
void Add(string key, long value)
Parameters
Add(string, string)
Adds string associated to key
void Add(string key, string value)