' Options: 'Date: 2024-05-01 02:11:45 'Version: 8.13 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://techstacks.io ' '''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: GetUserInfo.* '''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 TechStacks.ServiceModel.Types Imports TechStacks.ServiceModel Namespace Global Namespace TechStacks.ServiceModel Public Partial Class GetUserInfo Implements IReturn(Of GetUserInfoResponse) Implements IGet Public Overridable Property Id As Integer Public Overridable Property UserName As String End Class Public Partial Class GetUserInfoResponse Public Sub New() TechStacks = New List(Of TechnologyStack) FavoriteTechStacks = New List(Of TechnologyStack) FavoriteTechnologies = New List(Of Technology) End Sub Public Overridable Property Id As Integer Public Overridable Property UserName As String Public Overridable Property Created As Date Public Overridable Property AvatarUrl As String Public Overridable Property TechStacks As List(Of TechnologyStack) Public Overridable Property FavoriteTechStacks As List(Of TechnologyStack) Public Overridable Property FavoriteTechnologies As List(Of Technology) Public Overridable Property UserActivity As UserActivity Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace Namespace TechStacks.ServiceModel.Types Public Partial Class Technology Inherits TechnologyBase Public Overridable Property Id As Long Public Overridable Property Name As String Public Overridable Property VendorName As String Public Overridable Property VendorUrl As String Public Overridable Property ProductUrl As String Public Overridable Property LogoUrl As String Public Overridable Property Description As String Public Overridable Property Created As Date Public Overridable Property CreatedBy As String Public Overridable Property LastModified As Date Public Overridable Property LastModifiedBy As String Public Overridable Property OwnerId As String Public Overridable Property Slug As String Public Overridable Property LogoApproved As Boolean Public Overridable Property IsLocked As Boolean Public Overridable Property Tier As TechnologyTier Public Overridable Property LastStatusUpdate As Nullable(Of Date) Public Overridable Property OrganizationId As Nullable(Of Integer) Public Overridable Property CommentsPostId As Nullable(Of Long) Public Overridable Property ViewCount As Integer Public Overridable Property FavCount As Integer End Class Public Partial Class TechnologyBase Public Overridable Property Id As Long Public Overridable Property Name As String Public Overridable Property VendorName As String Public Overridable Property VendorUrl As String Public Overridable Property ProductUrl As String Public Overridable Property LogoUrl As String Public Overridable Property Description As String Public Overridable Property Created As Date Public Overridable Property CreatedBy As String Public Overridable Property LastModified As Date Public Overridable Property LastModifiedBy As String Public Overridable Property OwnerId As String Public Overridable Property Slug As String Public Overridable Property LogoApproved As Boolean Public Overridable Property IsLocked As Boolean Public Overridable Property Tier As TechnologyTier Public Overridable Property LastStatusUpdate As Nullable(Of Date) Public Overridable Property OrganizationId As Nullable(Of Integer) Public Overridable Property CommentsPostId As Nullable(Of Long) Public Overridable Property ViewCount As Integer Public Overridable Property FavCount As Integer End Class Public Partial Class TechnologyStack Inherits TechnologyStackBase Public Overridable Property Id As Long Public Overridable Property Name As String Public Overridable Property VendorName As String Public Overridable Property Description As String Public Overridable Property AppUrl As String Public Overridable Property ScreenshotUrl As String Public Overridable Property Created As Date Public Overridable Property CreatedBy As String Public Overridable Property LastModified As Date Public Overridable Property LastModifiedBy As String Public Overridable Property IsLocked As Boolean Public Overridable Property OwnerId As String Public Overridable Property Slug As String Public Overridable Property Details As String Public Overridable Property DetailsHtml As String Public Overridable Property LastStatusUpdate As Nullable(Of Date) Public Overridable Property OrganizationId As Nullable(Of Integer) Public Overridable Property CommentsPostId As Nullable(Of Long) Public Overridable Property ViewCount As Integer Public Overridable Property FavCount As Integer End Class Public Partial Class TechnologyStackBase Public Overridable Property Id As Long Public Overridable Property Name As String Public Overridable Property VendorName As String Public Overridable Property Description As String Public Overridable Property AppUrl As String Public Overridable Property ScreenshotUrl As String Public Overridable Property Created As Date Public Overridable Property CreatedBy As String Public Overridable Property LastModified As Date Public Overridable Property LastModifiedBy As String Public Overridable Property IsLocked As Boolean Public Overridable Property OwnerId As String Public Overridable Property Slug As String Public Overridable Property Details As String Public Overridable Property DetailsHtml As String Public Overridable Property LastStatusUpdate As Nullable(Of Date) Public Overridable Property OrganizationId As Nullable(Of Integer) Public Overridable Property CommentsPostId As Nullable(Of Long) Public Overridable Property ViewCount As Integer Public Overridable Property FavCount As Integer End Class Public Enum TechnologyTier ProgrammingLanguage Client Http Server Data SoftwareInfrastructure OperatingSystem HardwareInfrastructure ThirdPartyServices End Enum Public Partial Class UserActivity Public Overridable Property Id As Integer Public Overridable Property UserName As String Public Overridable Property Karma As Integer Public Overridable Property TechnologyCount As Integer Public Overridable Property TechStacksCount As Integer Public Overridable Property PostsCount As Integer Public Overridable Property PostUpVotes As Integer Public Overridable Property PostDownVotes As Integer Public Overridable Property CommentUpVotes As Integer Public Overridable Property CommentDownVotes As Integer Public Overridable Property PostCommentsCount As Integer Public Overridable Property PinnedCommentCount As Integer Public Overridable Property PostReportCount As Integer Public Overridable Property PostCommentReportCount As Integer Public Overridable Property Created As Date Public Overridable Property Modified As Date End Class End Namespace End Namespace