Anark Core SDK
Loading...
Searching...
No Matches
Anark.CoreSdkApi.Query.ISdkQueryToken Interface Reference

A query token. More...

Inheritance diagram for Anark.CoreSdkApi.Query.ISdkQueryToken:
Anark.CoreSdkApi.Query.SdkQueryToken

Properties

SdkQueryRelationship Relationship [get]
 The search relationship.
SdkEntityType EntityType [get]
 The type of entities to find.
string AttributeName [get]
 The name of the attribute to check.
bool Not [get]
 This is true to negate the search.
SdkQueryOperator Operator [get]
 The comparison operator.
string SearchText [get]
 The text to search for.

Detailed Description

A query token.

Property Documentation

◆ AttributeName

string Anark.CoreSdkApi.Query.ISdkQueryToken.AttributeName
get

The name of the attribute to check.

Implemented in Anark.CoreSdkApi.Query.SdkQueryToken.

◆ EntityType

SdkEntityType Anark.CoreSdkApi.Query.ISdkQueryToken.EntityType
get

The type of entities to find.

Implemented in Anark.CoreSdkApi.Query.SdkQueryToken.

◆ Not

bool Anark.CoreSdkApi.Query.ISdkQueryToken.Not
get

This is true to negate the search.

Implemented in Anark.CoreSdkApi.Query.SdkQueryToken.

◆ Operator

SdkQueryOperator Anark.CoreSdkApi.Query.ISdkQueryToken.Operator
get

The comparison operator.

Implemented in Anark.CoreSdkApi.Query.SdkQueryToken.

◆ Relationship

SdkQueryRelationship Anark.CoreSdkApi.Query.ISdkQueryToken.Relationship
get

The search relationship.

Implemented in Anark.CoreSdkApi.Query.SdkQueryToken.

◆ SearchText

string Anark.CoreSdkApi.Query.ISdkQueryToken.SearchText
get

The text to search for.

Implemented in Anark.CoreSdkApi.Query.SdkQueryToken.