Table of Contents

Class ImageWithSize

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents an image with its dimensions and identifier.

public class ImageWithSize
Inheritance
ImageWithSize
Inherited Members
Extension Methods

Properties

Height

Gets or sets the height of the image in pixels.

public int Height { get; set; }

Property Value

int

Id

Gets or sets the unique identifier of the image.

public int Id { get; set; }

Property Value

int

Uri

Gets or sets the URI of the image.

public string Uri { get; set; }

Property Value

string

Width

Gets or sets the width of the image in pixels.

public int Width { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

The string representation of the image ID.