|
@@ -4,7 +4,7 @@ using Vinno.vCloud.Common.Vid2.Visuals;
|
|
|
|
|
|
namespace Vinno.vCloud.Common.Vid2
|
|
|
{
|
|
|
-
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// Used for update the image data.
|
|
|
/// </summary>
|
|
@@ -41,7 +41,7 @@ namespace Vinno.vCloud.Common.Vid2
|
|
|
/// <summary>
|
|
|
/// Gets the index of this image.
|
|
|
/// </summary>
|
|
|
- public int Index { get; }
|
|
|
+ public int Index { get; set; }
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
@@ -52,7 +52,7 @@ namespace Vinno.vCloud.Common.Vid2
|
|
|
/// <summary>
|
|
|
/// Gets the height of this image data.
|
|
|
/// </summary>
|
|
|
- public int Height { get; }
|
|
|
+ public int Height { get; }
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
@@ -64,7 +64,7 @@ namespace Vinno.vCloud.Common.Vid2
|
|
|
/// <summary>
|
|
|
/// Gets all visuals of this image.
|
|
|
/// </summary>
|
|
|
- public IList<VinnoVisual> Visuals { get; }
|
|
|
+ public IList<VinnoVisual> Visuals { get; set; }
|
|
|
|
|
|
|
|
|
/// <summary>
|