' Options: 'Date: 2025-08-04 04:14:36 '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: EditCompliance.* '''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 EditCompliance Inherits ModifyComplianceBase Implements IReturn(Of ModifyEntityResponse) Implements IPut Public Overridable Property TenderId As Integer Public Overridable Property UserId As Integer Public Overridable Property ComplianceId As Integer 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 ModifyEntityResponse Inherits ResponseBase Public Overridable Property Id As Integer End Class Public Partial Class ModifyRequestBase Implements IConcurrencyStamp Public Overridable Property ConcurrencyStamp As String End Class Public Partial Class ResponseBase Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace End Namespace