DictionaryKey

Class DictionaryKey

Inheritance
DictionaryKey
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
    public class DictionaryKey

Properties

KeyValuesByName

Declaration
    public Dictionary<string, object> KeyValuesByName { get; set; }
Property Value
TypeDescription
Dictionary<string, object>

Methods

Add(string, object, bool)

Declaration
    public void Add(string propName, object value, bool convertNumericIntoString = false)
Parameters
TypeNameDescription
stringpropName
objectvalue
boolconvertNumericIntoString

Create(bool, params KeyValuePair<string, object>[])

Declaration
    public static DictionaryKey Create(bool convertNumericIntoString = false, params KeyValuePair<string, object>[] keyValuesByName)
Parameters
TypeNameDescription
boolconvertNumericIntoString
KeyValuePair<string, object>[]keyValuesByName
Returns
TypeDescription
DictionaryKey

Equals(object)

Declaration
    public override bool Equals(object obj)
Parameters
TypeNameDescription
objectobj
Returns
TypeDescription
bool
Overrides

GetHashCode()

Declaration
    public override int GetHashCode()
Returns
TypeDescription
int
Overrides

KeysAsString()

Declaration
    public string KeysAsString()
Returns
TypeDescription
string