Home OrderingSpecifier Class
OrderingSpecifier Class
Cancel

OrderingSpecifier Class

Namespace: Json.Schema.ArrayExt

Inheritance: OrderingSpecifier 🡒 object

Represents a single ordering characteristic.

Properties

NameTypeSummary
ByJsonPointerGets a pointer to the value.
CultureCultureInfoFor strings, gets the culture to use.
DirectionDirectionGets the direction of the ordering.
IgnoreCaseboolFor strings, gets whether to consider case sensitivity.

Constructors

OrderingSpecifier(JsonPointer by, Direction direction, CultureInfo culture, bool ignoreCase)

Creates a new Json.Schema.ArrayExt.OrderingSpecifier.

Declaration

1
public OrderingSpecifier(JsonPointer by, Direction direction, CultureInfo culture, bool ignoreCase)
ParameterTypeDescription
byJsonPointerA pointer to the value
directionDirectionThe direction of the ordering
cultureCultureInfoFor strings, gets the culture to use
ignoreCaseboolFor strings, gets whether to consider case sensitivity
Contents