C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
LossSet_WithCurrency.cs
Go to the documentation of this file.
1
using
System.Runtime.Serialization;
2
using
AnalyzeRe.Attributes
;
3
4
namespace
AnalyzeRe.LossSets
5
{
8
public
abstract
class
LossSet_WithCurrency
:
LossSet
9
{
11
[DataMember(Order = 18)]
12
[NotNull]
13
[NotEmpty]
14
public
string
currency
{
get
;
set
; }
15
}
16
}
AnalyzeRe.LossSet
Base class for all LossSet sub-types. A LossSet is a resource that generates sample (trial) losses wh...
Definition
LossSet.cs:13
AnalyzeRe.LossSets.LossSet_WithCurrency
Base for all conventional loss sets, which generate losses, have a server-generated loss profile,...
Definition
LossSet_WithCurrency.cs:9
AnalyzeRe.LossSets.LossSet_WithCurrency.currency
string currency
The currency of the losses in this loss set.
Definition
LossSet_WithCurrency.cs:14
AnalyzeRe.Attributes
Definition
APITypeAliasAttribute.cs:4
AnalyzeRe.LossSets
Definition
ELTLossSet.cs:6
src
AnalyzeRe.Client
Model
Resources
LossSets
LossSet_WithCurrency.cs
Generated on Thu Sep 26 2024 17:41:00 for C# Client Library by
1.9.8