Click or drag to resize

DictionaryFromObjectGeneratorGenerate Method

Namespace:  FileHold.Common.Helpers
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static List<KeyValuePair<string, string>> Generate(
	Object objectToConvert,
	List<string> skipProperties,
	Dictionary<string, Func<Object, string>> valuesConverters
)

Parameters

objectToConvert
Type: SystemObject
skipProperties
Type: System.Collections.GenericListString
valuesConverters
Type: System.Collections.GenericDictionaryString, FuncObject, String

Return Value

Type: ListKeyValuePairString, String
See Also