public readonly struct TokenFilter : IEquatable<TokenFilter>Public Structure TokenFilter
Implements IEquatable(Of TokenFilter)public value class TokenFilter : IEquatable<TokenFilter>[<SealedAttribute>]
type TokenFilter =
struct
inherit ValueType
interface IEquatable<TokenFilter>
end| 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 |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |