Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPhoto.cs
1
using
Waher.Runtime.Inventory
;
2
3
namespace
Paiwise
4
{
8
[DefaultImplementation(typeof(Photo))]
9
public
interface
IPhoto
10
{
14
string
Id
{
get
; }
15
19
string
ContentType
{
get
; }
20
24
string
FileName
{
get
; }
25
29
byte
[]
Binary
{
get
; }
30
}
31
}
Paiwise.IPhoto
Interface for photos.
Definition:
IPhoto.cs:10
Paiwise.IPhoto.ContentType
string ContentType
Internet Content-Type
Definition:
IPhoto.cs:19
Paiwise.IPhoto.FileName
string FileName
File Name of photo.
Definition:
IPhoto.cs:24
Paiwise.IPhoto.Binary
byte[] Binary
Binary representation of photo.
Definition:
IPhoto.cs:29
Paiwise.IPhoto.Id
string Id
Unique identifier for photo.
Definition:
IPhoto.cs:14
Paiwise
Definition:
BuyEDalerPaymentService.cs:14
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Payments
IPhoto.cs
Generated by
1.9.5