GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

ColumnSortOrder Class

An array of objects containing a column’s name and sort direction.
ArcGIS Maps SDK for JavaScript

public class ColumnSortOrder :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ColumnSortOrder>

Inheritance System.Object 🡒 ColumnSortOrder

Implements System.IEquatable<ColumnSortOrder>

Constructors

ColumnSortOrder(Nullable, string) Constructor

An array of objects containing a column’s name and sort direction.
ArcGIS Maps SDK for JavaScript

public ColumnSortOrder(System.Nullable<dymaptic.GeoBlazor.Core.Enums.SortDirection> Direction=null, string? FieldName=null);

Parameters

Direction System.Nullable<dymaptic.GeoBlazor.Core.Enums.SortDirection>

Controls the sort order of the column given the set fieldName.
ArcGIS Maps SDK for JavaScript

FieldName System.String

The field name as defined by the layer.
ArcGIS Maps SDK for JavaScript

Properties

ColumnSortOrder.Direction Property

Controls the sort order of the column given the set fieldName.
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SortDirection> Direction { get; set; }

Property Value

System.Nullable<dymaptic.GeoBlazor.Core.Enums.SortDirection>

ColumnSortOrder.FieldName Property

The field name as defined by the layer.
ArcGIS Maps SDK for JavaScript

public string? FieldName { get; set; }

Property Value

System.String