C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.LossSet.LossTypeDefault Class Reference

Attribute used to define the default value for the loss_type property. More...

Public Member Functions

 LossTypeDefault ()
 Attribute used to define the default value for the loss_type property.
 
override object GetDefaultValue (object owner)
 Returns the expected default value for the property based on the owner.
Parameters
ownerThe object from which a default value will be derived.
Returns
The expected default value for the specified object.

 
virtual bool HasDefaultValue (object owner)
 Returns whether there exists an expected default value for the property based on the specified owner.
 

Static Public Member Functions

static LossType GetDefaultLossTypeForLossSet (ILossSet lossSet)
 Indicates what the default loss type would be for a given loss set.
 

Properties

virtual object DefaultValue [get]
 Indicates whether this attribute specifies an expected default value that the server is known to return in all cases.
 
virtual bool HasKnownDefault [get]
 Indicates whether this attribute specifies an expected default value that the server is known to return in all cases.
 

Detailed Description

Attribute used to define the default value for the loss_type property.

Definition at line 15 of file LossSet.cs.

Inheritance diagram for AnalyzeRe.LossSet.LossTypeDefault:
AnalyzeRe.Attributes.ServerHasDefault

Constructor & Destructor Documentation

◆ LossTypeDefault()

AnalyzeRe.LossSet.LossTypeDefault.LossTypeDefault ( )
inline

Attribute used to define the default value for the loss_type property.

Definition at line 18 of file LossSet.cs.

Member Function Documentation

◆ GetDefaultLossTypeForLossSet()

static LossType AnalyzeRe.LossSet.LossTypeDefault.GetDefaultLossTypeForLossSet ( ILossSet  lossSet)
inlinestatic

Indicates what the default loss type would be for a given loss set.

Parameters
lossSetThe loss set to get the default loss type of.

Definition at line 27 of file LossSet.cs.

◆ GetDefaultValue()

override object AnalyzeRe.LossSet.LossTypeDefault.GetDefaultValue ( object  owner)
virtual

Returns the expected default value for the property based on the owner.

Parameters
ownerThe object from which a default value will be derived.
Returns
The expected default value for the specified object.

Reimplemented from AnalyzeRe.Attributes.ServerHasDefault.

◆ HasDefaultValue()

virtual bool AnalyzeRe.Attributes.ServerHasDefault.HasDefaultValue ( object  owner)
inlinevirtualinherited

Returns whether there exists an expected default value for the property based on the specified owner.

Parameters
ownerThe object from which a default value will be derived.
Returns
False if there is no known default value for the supplied object.

Definition at line 56 of file ServerHasDefault.cs.

Property Documentation

◆ DefaultValue

virtual object AnalyzeRe.Attributes.ServerHasDefault.DefaultValue
getinherited

Indicates whether this attribute specifies an expected default value that the server is known to return in all cases.

Definition at line 19 of file ServerHasDefault.cs.

◆ HasKnownDefault

virtual bool AnalyzeRe.Attributes.ServerHasDefault.HasKnownDefault
getinherited

Indicates whether this attribute specifies an expected default value that the server is known to return in all cases.

Definition at line 15 of file ServerHasDefault.cs.


The documentation for this class was generated from the following file: