' Options: 'Date: 2025-02-05 21:59:32 'Version: 5.140 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.clubmanagercentral.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: FindUser.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports ClubManager.Api.Services.Query Namespace Global Namespace ClubManager.Api.Services.Query Public Partial Class FindUser Inherits QueryDb(Of UserInstance) Implements IReturn(Of QueryResponse(Of UserInstance)) End Class Public Partial Class UserInstance Public Overridable Property UserId As Integer Public Overridable Property UserName As String Public Overridable Property Name As String Public Overridable Property Email As String Public Overridable Property MobilePhone As String Public Overridable Property Enabled As Boolean Public Overridable Property LastLogin As Nullable(Of Date) Public Overridable Property Created As Date Public Overridable Property Training As Boolean Public Overridable Property Deleted As Boolean Public Overridable Property CoursesCompleted As Integer Public Overridable Property DisplayHomeNotification As Nullable(Of Boolean) Public Overridable Property TwoFactorEnabled As Boolean Public Overridable Property EmailConfirmed As Boolean Public Overridable Property MobilePhoneConfirmed As Boolean Public Overridable Property Notifications As Boolean Public Overridable Property ChangePassword As Nullable(Of Date) Public Overridable Property Activated As Nullable(Of Date) End Class End Namespace End Namespace