|
| | List () |
| |
| string | Parse (string input) |
| | Parse parametrized query string. More...
|
| |
| void | Set (string key, string value, Enumeration.FormatType format) |
| |
| | StringDictionary () |
| |
| | StringDictionary (string[] keyValuePairArray) |
| |
| T | Get (string key) |
| |
| Energy.Base.Collection.StringDictionary< T > | Get (string key, out T value) |
| |
| Energy.Base.Collection.StringDictionary< T > | Set (string key, T value) |
| |
| Energy.Base.Collection.StringDictionary< T > | Set (string[] array) |
| |
| new void | Add (string key, T value) |
| |
| string [] | ToArray (string separator) |
| |
| string [] | ToArray () |
| |
| object [] | ToObjectArray () |
| |
| object [] | ToArray< TToArray > () |
| |
| XmlSchema | GetSchema () |
| |
| void | ReadXml (XmlReader reader) |
| |
| void | WriteXml (XmlWriter writer) |
| |
| new bool | ContainsKey (string key) |
| |
| string | ToString (string glue) |
| | Return array as multiline string containing key value pairs concatenated with glue string. More...
|
| |
| string [] | GetKeyArray () |
| | Get array of keys More...
|
| |
| T [] | GetValueArray () |
| | Get array of values More...
|
| |
| StringDictionary< T > | Filter (MatchStyle matchStyle, MatchMode matchMode, bool ignoreCase, string[] filters) |
| | Filter out dictionary by one or more filters using specified matching style and mode. More...
|
| |
| StringDictionary< T > | Filter (MatchMode matchMode, bool ignoreCase, string[] filters) |
| | Filter out dictionary by one or more filters using specified matching mode. More...
|
| |
| new StringDictionary | Filter (MatchStyle matchStyle, MatchMode matchMode, bool ignoreCase, string[] filters) |
| | Filter out dictionary by one or more filters using specified matching style and mode. More...
|
| |
| new StringDictionary | Filter (MatchMode matchMode, bool ignoreCase, string[] filters) |
| | Filter out dictionary by one or more filters using specified matching mode. More...
|
| |
Parameter bag. Use it to define parameters for parametrized query and to parse it.