TokenFilter - структура

Represents a filter used to query tokens based on various properties.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public readonly struct TokenFilter : IEquatable<TokenFilter>
Inheritance
Object    ValueType    TokenFilter
Implements
IEquatableTokenFilter

Конструкторы

TokenFilter Represents a filter used to query tokens based on various properties.

Свойства

CreatedByID 
Expired Indicates whether tokens filter by their expiration status.
Format 
Predicate Predicate to filter tokens.
RefID 
Scope 
Type 
UserID 

Методы

FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)

См. также