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

Represents a photo in an identity application. More...

Inheritance diagram for Paiwise.Photo:
Paiwise.IPhoto

Public Member Functions

 Photo (string ContentType, string FileName, byte[] Binary)
 Represents a photo in an identity application. More...
 

Properties

string Id [get]
 Unique identifier for photo. More...
 
string ContentType [get]
 Internet Content-Type More...
 
string FileName [get]
 File Name of photo. More...
 
byte[] Binary [get]
 Binary representation of photo. More...
 

Detailed Description

Represents a photo in an identity application.

Definition at line 10 of file Photo.cs.

Constructor & Destructor Documentation

◆ Photo()

Paiwise.Photo.Photo ( string  ContentType,
string  FileName,
byte[]  Binary 
)

Represents a photo in an identity application.

Parameters
ContentTypeInternet Content-Type
FileNameFile Name of photo.
BinaryBinary representation of photo.

Definition at line 23 of file Photo.cs.

Property Documentation

◆ Binary

byte [] Paiwise.Photo.Binary
get

Binary representation of photo.

Implements Paiwise.IPhoto.

Definition at line 48 of file Photo.cs.

◆ ContentType

string Paiwise.Photo.ContentType
get

Internet Content-Type

Implements Paiwise.IPhoto.

Definition at line 38 of file Photo.cs.

◆ FileName

string Paiwise.Photo.FileName
get

File Name of photo.

Implements Paiwise.IPhoto.

Definition at line 43 of file Photo.cs.

◆ Id

string Paiwise.Photo.Id
get

Unique identifier for photo.

Implements Paiwise.IPhoto.

Definition at line 33 of file Photo.cs.


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