Title here
Summary here
public class DictionaryKey public Dictionary<string, object> KeyValuesByName { get; set; }| Type | Description |
|---|---|
| Dictionary<string, object> |
public void Add(string propName, object value, bool convertNumericIntoString = false)| Type | Name | Description |
|---|---|---|
| string | propName | |
| object | value | |
| bool | convertNumericIntoString |
public static DictionaryKey Create(bool convertNumericIntoString = false, params KeyValuePair<string, object>[] keyValuesByName)| Type | Name | Description |
|---|---|---|
| bool | convertNumericIntoString | |
| KeyValuePair<string, object>[] | keyValuesByName |
| Type | Description |
|---|---|
| DictionaryKey |
public override bool Equals(object obj)| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
public override int GetHashCode()| Type | Description |
|---|---|
| int |
public string KeysAsString()| Type | Description |
|---|---|
| string |