Click or drag to resize

DataObjectViewSortFields Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionDataObjectViewSortField
    Omada.OE.ModelDataObjectViewSortFields

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class DataObjectViewSortFields : Collection<DataObjectViewSortField>

The DataObjectViewSortFields type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectViewSortFields
Top
Methods
  NameDescription
Public methodAdd
Public methodGetByFieldNegIdL
Returns a SortField based on the negated field id. fieldNegId must contain a propertyId or a negated fixedfield "id".
Public methodGetDelimitedFieldNegIdString(Char)
Public methodGetDelimitedFieldNegIdString(Char, Boolean)
Returns a comma separated string of field id's. It is not the ID's of the view fields, but its the property/field ID's. Fixed field id's are returned negated.
Protected methodInsertItem (Overrides CollectionTInsertItem(Int32, T).)
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