C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ILayer_WithLossSets.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
3namespace AnalyzeRe.Layers
4{
6 public interface ILayer_WithLossSets : ILayer
7 {
10 List<IReference<LossSet>> loss_sets { get; set; }
11
14 Policy policy { get; set; }
15 }
16}
Layer Policy is the rule on RecordType that determines how occurrences belonging to a particular Reco...
Definition Policy.cs:17
Abstract representation of a layer.
Definition ILayer.cs:7
Abstract representation of a layer with terms.
List< IReference< LossSet > > loss_sets
The list of LossSet references that is associated with the specific layer.
Policy policy
The Policy that overrides the default layer behaviour for forwarding and transforming loss records.