' Options: 'Date: 2026-06-13 13:32:43 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://riskstoreng-dev.nephila.com/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: ProcessRollupOutputPersistenceRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Nephila.RiskStore.ServiceModel.Types Imports Nephila.RiskStore.ServiceModel Imports Nephila.RiskStore.ServiceModel.Requests Namespace Global Namespace Nephila.RiskStore.ServiceModel.Requests Public Partial Class ProcessRollupOutputPersistenceRequest Public Overridable Property Id As Guid Public Overridable Property OutputDetails As List(Of AnalysisResult) End Class End Namespace Namespace Nephila.RiskStore.ServiceModel.Types Public Partial Class AnalysisPortfolioEventSetResult Implements IObjectWithId Implements IHasAnalysisId Public Overridable Property Id As Long Implements IObjectWithId.Id Public Overridable Property AnalysisId As Long Implements IHasAnalysisId.AnalysisId Public Overridable Property AnalysisPortfolioEventSetConfigurationId As Long Public Overridable Property AnalysisResultId As Long Public Overridable Property PortfolioName As String Public Overridable Property RowIdentifier As Guid Implements IObjectWithId.RowIdentifier End Class Public Partial Class AnalysisResult Implements IObjectWithId Public Overridable Property Id As Long Implements IObjectWithId.Id Public Overridable Property AnalysisId As Long Public Overridable Property AnalysisConfigurationId As Long Public Overridable Property Container As String Public Overridable Property BlobName As String Public Overridable Property ResultTableName As String Public Overridable Property AnalysisType As AnalysisType Public Overridable Property SimulationLossPerspective As SimulationLossPerspective Public Overridable Property ReinsurancePremiumLossType As ReinsurancePremiumLossType Public Overridable Property OutputLevel As ResultOutputLevel Public Overridable Property MetaRiskId As Integer Public Overridable Property AnalysisPortfolioEventSetResults As List(Of AnalysisPortfolioEventSetResult) Public Overridable Property RowIdentifier As Guid Implements IObjectWithId.RowIdentifier End Class Public Interface IHasAnalysisId Property AnalysisId As Long End Interface Public Interface IObjectWithId Property Id As Long Property RowIdentifier As Guid End Interface End Namespace End Namespace