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

Specifies that the property with this attribute cannot be null when POSTing the resource to the server. Should only be used on properties whose type is normally nullable. More...

Public Member Functions

override bool IsValid (object value)
 Determines whether the given value is not null.
 

Detailed Description

Specifies that the property with this attribute cannot be null when POSTing the resource to the server. Should only be used on properties whose type is normally nullable.

Definition at line 9 of file NotNullAttribute.cs.

Inheritance diagram for AnalyzeRe.Attributes.NotNullAttribute:
AnalyzeRe.Attributes.ValidationAttribute

Member Function Documentation

◆ IsValid()

override bool AnalyzeRe.Attributes.NotNullAttribute.IsValid ( object  value)
inline

Determines whether the given value is not null.

Parameters
valueThe value to test.
Returns
True if the value is not null.

Definition at line 14 of file NotNullAttribute.cs.


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