Click or drag to resize
ObjectUtility Class
Inheritance Hierarchy
SystemObject
  DrawerBackup.Native.RuntimeObjectUtility

Namespace: DrawerBackup.Native.Runtime
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static class ObjectUtility

The ObjectUtility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromDictionaryTDicValue, TDest
Convert a dictionary to a object
Public methodStatic memberFromHierarchyTSource(TSource, FuncTSource, TSource)
Public methodStatic memberFromHierarchyTSource(TSource, FuncTSource, TSource, FuncTSource, Boolean)
Public methodStatic memberGetAllMessages
Get all messages in a exception
Public methodStatic memberMergeTSource, TDest
Map the object to a new object of another type
Public methodStatic memberToDictionary(Object)
Convert the object properties to a dictionary
Public methodStatic memberToDictionaryT(Object)
Converts the object properties to a dictionary
Public methodStatic memberToException
Convert a aggregate exception to a unique exception
Top
See Also