Click or drag to resize

PropertyValuesContainerHelper Class

Helper class for building difference descriptions for PropertyValuesContainer objects.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.HelpersPropertyValuesContainerHelper

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class PropertyValuesContainerHelper

The PropertyValuesContainerHelper type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDbConnection
Public propertyDbTransaction
Top
Methods
  NameDescription
Public methodGetDifferencesDescription
Builds a representation of the differences between two property value containers.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also