![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
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.
| |||
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. | |
Attribute used to define the default value for the loss_type property.
Definition at line 15 of file LossSet.cs.
|
inline |
Attribute used to define the default value for the loss_type property.
Definition at line 18 of file LossSet.cs.
|
inlinestatic |
Indicates what the default loss type would be for a given loss set.
lossSet | The loss set to get the default loss type of. |
Definition at line 27 of file LossSet.cs.
Returns the expected default value for the property based on the owner.
owner | The object from which a default value will be derived. |
Reimplemented from AnalyzeRe.Attributes.ServerHasDefault.
|
inlinevirtualinherited |
Returns whether there exists an expected default value for the property based on the specified owner.
owner | The object from which a default value will be derived. |
Definition at line 56 of file ServerHasDefault.cs.
|
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.
|
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.