AltEncoding.DictionaryFromITransformProps Method
Definition
Namespace: ASNA.DataGate.DataLink.Text
Assembly: ASNA.QSys.DataGate.Client.dll
Converts the given ITransformProperties object into a dictionary.
Dictionary<string, object> DictionaryFromITransformProps(ITransformProperties props)
Converts the given ITransformProperties object into a dictionary.
Dictionary<string, object> DictionaryFromITransformProps(ITransformProperties props)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| ITransformProperties | props | The ITransformProperties object to convert. |
Returns
| Type | Description |
|---|---|
| Dictionary`2 | A dictionary representing the properties of the given ITransformProperties object. |