skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class TestElementImageStore

Inheritance
System.Object
TestElementImageStore
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public class TestElementImageStore

Constructors

TestElementImageStore(Test)

Declaration
public TestElementImageStore(Test test)
Parameters
Test test

Properties

FilePath

Declaration
public string FilePath { get; set; }
Property Value
System.String

Methods

AddImage(Byte[])

Declaration
public string AddImage(byte[] image)
Parameters
System.Byte[] image

Returns
System.String

AddImage(Image)

Declaration
public string AddImage(Image image)
Parameters
System.Drawing.Image image

Returns
System.String

CalculateImageKey(Byte[])

Declaration
public static string CalculateImageKey(byte[] image)
Parameters
System.Byte[] image

Returns
System.String

DiscardChanges()

Declaration
public void DiscardChanges()

DiscardChanges(String)

Declaration
public void DiscardChanges(string key)
Parameters
System.String key

GetAllKeys()

Declaration
public List<string> GetAllKeys()
Returns
System.Collections.Generic.List<System.String>

GetFilePath()

Declaration
public string GetFilePath()
Returns
System.String

GetImage(String)

Declaration
public Image GetImage(string key)
Parameters
System.String key

Returns
System.Drawing.Image

GetImageBytes(String)

Declaration
public byte[] GetImageBytes(string key)
Parameters
System.String key

Returns
System.Byte[]

GetKeysWaitingToBeAdded()

Declaration
public string[] GetKeysWaitingToBeAdded()
Returns
System.String[]

Init()

Declaration
public void Init()

Init(String)

Declaration
public void Init(string filePath)
Parameters
System.String filePath

IsDirty()

Declaration
public bool IsDirty()
Returns
System.Boolean

IsDirty(String)

Declaration
public bool IsDirty(string key)
Parameters
System.String key

Returns
System.Boolean

RemoveImage(String)

Declaration
public void RemoveImage(string key)
Parameters
System.String key

SaveChanges()

Declaration
public void SaveChanges()

SaveChanges(String)

Declaration
public void SaveChanges(string key)
Parameters
System.String key

Extension Methods

ImageStoreHelper.GetBitmapImage(TestElementImageStore, String)
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.