![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
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... | |
Represents an invalidated photo.
Definition at line 9 of file InvalidPhoto.cs.
|
explicitstatic |
Converts an invalid photo to a validation error.
| InvalidPhoto | Invalid photo. |
Definition at line 60 of file InvalidPhoto.cs.
|
get |
Invalidated photo
Definition at line 33 of file InvalidPhoto.cs.
|
get |
Reason for invalidating photo.
Definition at line 43 of file InvalidPhoto.cs.
|
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.
|
get |
ISO code of language used for Reason.
Definition at line 48 of file InvalidPhoto.cs.
|
get |
Service invalidating photo.
Definition at line 38 of file InvalidPhoto.cs.