DataObjectViewSortFields Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public class DataObjectViewSortFields : Collection<DataObjectViewSortField>
The DataObjectViewSortFields type exposes the following members.
| Name | Description | |
|---|---|---|
| DataObjectViewSortFields | 
| Name | Description | |
|---|---|---|
| Add | ||
| GetByFieldNegIdL | 
            Returns a SortField based on the negated field id.
            fieldNegId must contain a propertyId or a negated fixedfield "id".
              | |
| GetDelimitedFieldNegIdString(Char) | ||
| GetDelimitedFieldNegIdString(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.
              | |
| InsertItem | (Overrides CollectionTInsertItem(Int32, T).) | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |