LuciadCPillar C# 2023.1.04
Luciad.Models.Features.FeatureQuery.SortProperty Class Reference

SortProperty class defines the property name and the sort order for the SortOperator. More...

Inheritance diagram for Luciad.Models.Features.FeatureQuery.SortProperty:

Public Member Functions

 SortProperty (Luciad.Datamodels.DataPropertyPath propertyPath, Luciad.Models.Features.FeatureQuery.SortOrder order)
 
void Dispose ()
 
override bool Equals (object other)
 
override int GetHashCode ()
 Returns the hash value for this sort order. More...
 

Properties

Luciad.Datamodels.DataPropertyPath PropertyPath [get]
 
Luciad.Models.Features.FeatureQuery.SortOrder SortOrder [get]
 

Detailed Description

SortProperty class defines the property name and the sort order for the SortOperator.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::FeatureQuery::SortProperty.

Constructor & Destructor Documentation

◆ SortProperty()

Luciad.Models.Features.FeatureQuery.SortProperty.SortProperty ( Luciad.Datamodels.DataPropertyPath  propertyPath,
Luciad.Models.Features.FeatureQuery.SortOrder  order 
)
inline

Member Function Documentation

◆ Dispose()

void Luciad.Models.Features.FeatureQuery.SortProperty.Dispose ( )
inline

◆ Equals()

override bool Luciad.Models.Features.FeatureQuery.SortProperty.Equals ( object  other)
inline

◆ GetHashCode()

int Luciad.Models.Features.FeatureQuery.SortProperty.GetHashCode ( )
inline

Returns the hash value for this sort order.

the hash value for this sort order.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::FeatureQuery::SortProperty::getHash.

Property Documentation

◆ PropertyPath

Luciad.Datamodels.DataPropertyPath Luciad.Models.Features.FeatureQuery.SortProperty.PropertyPath
get

◆ SortOrder

Luciad.Models.Features.FeatureQuery.SortOrder Luciad.Models.Features.FeatureQuery.SortProperty.SortOrder
get