|
Anark Core SDK
|
Public Member Functions | |
| SdkQueryToken (SdkQueryRelationship relationship, SdkEntityType entityType, string attributeName, bool not, SdkQueryOperator queryOperator, string searchText) | |
| Initialize a new query token. | |
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. | |
|
inline |
Initialize a new query token.
| relationship | Relationship |
| entityType | Entity type |
| attributeName | Attribute name |
| not | Set to true to negate the match |
| queryOperator | Operator |
| searchText | Search text |
|
get |
The name of the attribute to check.
Implements Anark.CoreSdkApi.Query.ISdkQueryToken.
|
get |
The type of entities to find.
Implements Anark.CoreSdkApi.Query.ISdkQueryToken.
|
get |
This is true to negate the search.
Implements Anark.CoreSdkApi.Query.ISdkQueryToken.
|
get |
The comparison operator.
Implements Anark.CoreSdkApi.Query.ISdkQueryToken.
|
get |
The search relationship.
Implements Anark.CoreSdkApi.Query.ISdkQueryToken.
|
get |
The text to search for.
Implements Anark.CoreSdkApi.Query.ISdkQueryToken.