C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ILossSet_WithEventCatalog.cs
Go to the documentation of this file.
1using System.Collections.Generic;
3
4namespace AnalyzeRe.LossSets
5{
9 {
11 [NotNull]
12 [NotEmpty]
13 List<IReference<EventCatalog>> event_catalogs { get; set; }
14 }
15}
Base for all conventional loss sets, which generate losses, have a server-generated loss profile,...
List< IReference< EventCatalog > > event_catalogs
A list of event catalog for which the loss set contains event losses.
Base Interface for all loss sets.
Definition ILossSet.cs:11