Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Paiwise.InvalidPhoto Class Reference

Represents an invalidated photo. More...

Static Public Member Functions

static operator ValidationError (InvalidPhoto InvalidPhoto)
 Converts an invalid photo to a validation error. More...
 

Properties

IPhoto Photo [get]
 Invalidated photo More...
 
object Service [get]
 Service invalidating photo. More...
 
string Reason [get]
 Reason for invalidating photo. More...
 
string ReasonLanguage [get]
 ISO code of language used for Reason. More...
 
string ReasonCode [get]
 A machine-readable code for the reason for invalidating the photo. (Each service can define its own reason codes.) More...
 

Detailed Description

Represents an invalidated photo.

Definition at line 9 of file InvalidPhoto.cs.

Member Function Documentation

◆ operator ValidationError()

static Paiwise.InvalidPhoto.operator ValidationError ( InvalidPhoto  InvalidPhoto)
explicitstatic

Converts an invalid photo to a validation error.

Parameters
InvalidPhotoInvalid photo.

Definition at line 60 of file InvalidPhoto.cs.

Property Documentation

◆ Photo

IPhoto Paiwise.InvalidPhoto.Photo
get

Invalidated photo

Definition at line 33 of file InvalidPhoto.cs.

◆ Reason

string Paiwise.InvalidPhoto.Reason
get

Reason for invalidating photo.

Definition at line 43 of file InvalidPhoto.cs.

◆ ReasonCode

string Paiwise.InvalidPhoto.ReasonCode
get

A machine-readable code for the reason for invalidating the photo. (Each service can define its own reason codes.)

Definition at line 54 of file InvalidPhoto.cs.

◆ ReasonLanguage

string Paiwise.InvalidPhoto.ReasonLanguage
get

ISO code of language used for Reason.

Definition at line 48 of file InvalidPhoto.cs.

◆ Service

object Paiwise.InvalidPhoto.Service
get

Service invalidating photo.

Definition at line 38 of file InvalidPhoto.cs.


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