C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ILossSet.cs
Go to the documentation of this file.
3
4namespace AnalyzeRe.LossSets
5{
11 {
15 LossType? loss_type { get; set; }
16
19 LossSetProfile profile { get; set; }
20 }
21}
Specifies that a property is generated by the server and should not be specified on the client side d...
A profile of this loss set, containing server generated meta data about its contents.
Interface for polymorphic types on the server.
Interface for Base class used by all stored resources.
Base Interface for all loss sets.
Definition ILossSet.cs:11
LossSetProfile profile
A profile of this loss set, generated by the server after post.
Definition ILossSet.cs:19
LossType? loss_type
Indicates what types of losses are generated by this loss set. If not specified the server will defau...
Definition ILossSet.cs:15
LossType
Indicates what types of losses are generated by this loss set.
Definition LossType.cs:5