' Options: 'Date: 2025-08-04 04:36:06 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://szallitoiportal-be.veolia.hu ' '''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: BrowseCompliance.* '''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 System.IO Imports Portal.Common Imports Portal.ServiceDto Namespace Global Namespace Portal.Common Public Interface IConcurrencyStamp Property ConcurrencyStamp As String End Interface End Namespace Namespace Portal.ServiceDto Public Partial Class ActualOwnerDetails Inherits ModifyActualOwnerBase Public Overridable Property Id As Integer End Class Public Partial Class BrowseCompliance Inherits ComplianceBase Implements IReturn(Of BrowseComplianceResponse) Implements IGet End Class Public Partial Class BrowseComplianceResponse Inherits ResponseBase Public Overridable Property Compliance As ComplianceDetails End Class Public Partial Class ComplianceBase Public Overridable Property TenderId As Integer Public Overridable Property UserId As Integer Public Overridable Property ComplianceId As Integer End Class Public Partial Class ComplianceDetails Inherits ModifyComplianceBase Public Sub New() PrivateOwners = New List(Of PrivateOwnerDetails) ActualOwners = New List(Of ActualOwnerDetails) OrganizationOwners = New List(Of OrganizationOwnerDetails) End Sub Public Overridable Property Id As Integer Public Overridable Property SubmittedById As Nullable(Of Integer) Public Overridable Property SubmissionDateTime As Nullable(Of Date) Public Overridable Property IsSubmitted As Boolean Public Overridable Property PrivateOwners As List(Of PrivateOwnerDetails) Public Overridable Property ActualOwners As List(Of ActualOwnerDetails) Public Overridable Property OrganizationOwners As List(Of OrganizationOwnerDetails) End Class Public Partial Class ModifyActualOwnerBase Inherits ModifyRequestBase Public Overridable Property ComplianceId As Integer Public Overridable Property Name As String Public Overridable Property BirthDate As Nullable(Of Date) Public Overridable Property Ownership As Decimal End Class Public Partial Class ModifyComplianceBase Inherits ModifyRequestBase Public Overridable Property IsPreventCorruptionRisk As Nullable(Of Boolean) Public Overridable Property AntiCorruptionMeasuresDescription As String Public Overridable Property IsPartnerCorrupt As Nullable(Of Boolean) Public Overridable Property IsCorruptionInspection As Nullable(Of Boolean) Public Overridable Property CriminalJudgement As String Public Overridable Property IsPartnerConvictedCorruption As Nullable(Of Boolean) Public Overridable Property PartnerConvictedEDocument As String Public Overridable Property PartnerConvictedDetails As String Public Overridable Property IsSelfExoneration As Nullable(Of Boolean) Public Overridable Property SelfExonerationDetails As String Public Overridable Property IsPartnerPEPContact As Nullable(Of Boolean) Public Overridable Property PartnerPEPContactDetails As String Public Overridable Property IsPartnerPEP As Nullable(Of Boolean) Public Overridable Property PartnerPEPDetails As String Public Overridable Property Other As String Public Overridable Property IsActualOwner As Nullable(Of Boolean) Public Overridable Property ActualOwnerComment As String Public Overridable Property IsPrivateOwner As Nullable(Of Boolean) Public Overridable Property IsOrganizationOwner As Nullable(Of Boolean) End Class Public Partial Class ModifyOrganizationOwnerBase Inherits ModifyRequestBase Public Overridable Property ComplianceId As Integer Public Overridable Property CountryId As Integer Public Overridable Property VatNumber As String Public Overridable Property RegistrationNumber As String Public Overridable Property Name As String Public Overridable Property ShortName As String Public Overridable Property Address As String Public Overridable Property MainActivity As String Public Overridable Property EstablishedDate As Date Public Overridable Property Ownership As Decimal End Class Public Partial Class ModifyPrivateOwnerBase Inherits ModifyRequestBase Public Overridable Property ComplianceId As Integer Public Overridable Property Name As String Public Overridable Property BirthDate As Nullable(Of Date) Public Overridable Property Ownership As Decimal End Class Public Partial Class ModifyRequestBase Implements IConcurrencyStamp Public Overridable Property ConcurrencyStamp As String End Class Public Partial Class OrganizationOwnerDetails Inherits ModifyOrganizationOwnerBase Public Overridable Property Id As Integer Public Overridable Property CountryName As String Public Overridable Property CountryCode As String End Class Public Partial Class PrivateOwnerDetails Inherits ModifyPrivateOwnerBase Public Overridable Property Id As Integer End Class Public Partial Class ResponseBase Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace End Namespace