' Options: 'Date: 2024-12-29 02:47:35 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://data.regent-college.edu ' '''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: StudentGraduationSubmitRequest.* '''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 regis.ClassLibrary.Responses Imports regis.ClassLibrary.Requests Namespace Global Namespace regis.ClassLibrary.Requests Public Partial Class StudentGraduationSubmitRequest Implements IReturn(Of ResponseStatus) Public Sub New() applied_programs = New List(Of StudentGraduationProgramResponse) End Sub Public Overridable Property uuid As String Public Overridable Property authorizing_uuid As String Public Overridable Property year As Nullable(Of Integer) Public Overridable Property first_name As String Public Overridable Property middle_name As String Public Overridable Property last_name As String Public Overridable Property phonetic_first_name As String Public Overridable Property phonetic_middle_name As String Public Overridable Property phonetic_last_name As String Public Overridable Property placement As String Public Overridable Property placement_other As String Public Overridable Property previous_degrees As String Public Overridable Property gown_size As Nullable(Of Integer) Public Overridable Property project_title As String Public Overridable Property supervisor As String Public Overridable Property is_attending As Boolean Public Overridable Property is_hood_requested As Boolean Public Overridable Property is_hood_paid As Boolean Public Overridable Property is_paid As Boolean Public Overridable Property is_late As Boolean Public Overridable Property comments As String Public Overridable Property current_status As String Public Overridable Property added_date As Nullable(Of Date) Public Overridable Property applied_programs As List(Of StudentGraduationProgramResponse) End Class End Namespace Namespace regis.ClassLibrary.Responses Public Partial Class StudentGraduationProgramResponse Public Overridable Property program_code As String Public Overridable Property concentration_code As String Public Overridable Property program_details As String Public Overridable Property comments As String End Class End Namespace End Namespace