Click or drag to resize

DataObjectPropertyValueComparer Class

Comparer for particular property value of DataObject
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataObjectPropertyValueComparer

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class DataObjectPropertyValueComparer : IComparer

The DataObjectPropertyValueComparer type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectPropertyValueComparer
Construct object with the property ID
Top
Properties
  NameDescription
Public propertyCaseInsensitive
Determines whether the comparison is case sensitive.
Top
Methods
  NameDescription
Public methodCompare
x and y can be either objects of type DataObject or property values of a given type (that implements IComparable)
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