Class ProductToDictionaryConverter
Converter methods for converting a contact entity to a dictionary
Inheritance
ProductToDictionaryConverter
Assembly: SoDataBase.dll
Syntax
public static class ProductToDictionaryConverter
Methods
Return the related field value in an array of dictionaries
Declaration
public static object GetRelatedFieldValue(string relatedTableName, string relatedFieldName, Dictionary<string, object> entity)
Parameters
Returns
ProductDictionary(ProductRow)
Creates a new product dictionary from the productRow
Declaration
public static Dictionary<string, object> ProductDictionary(ProductRow product)
Parameters
Returns
ProductDictionary(string)
Creates a new product dictionary from the productRow
Declaration
public static Dictionary<string, object> ProductDictionary(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Sets the related field value in an array of dictionarys
Declaration
public static bool SetRelatedFieldValue(object value, string relatedTableName, string relatedFieldName, Dictionary<string, object> entity)
Parameters
Returns