Skip to content

rsearing/UiPathTesting

 
 

Repository files navigation

A collection of extension methods, tasks, and activities. An unofficial port of Microsoft.Activities.Extension to work with Windows-Legacy and Windows UiPath Studio Projects

Installation

Studio -> Manage Packages -> Community -> (Search) UiPathTeam.Extensions.Activities -> pick the package(s) to install and click Install -> Save

Activities

Statements

In alphabetical order

  • Add to Dictionary: Inserts a Key-Value pair into an existing Dictionary<Object, Object>.

  • Count Dictionary: Counts the Key-Value pair in a dictionary of Dictionary<Object, Object> and returns an int

  • Dictionary Contains Key: Checks if the given key is present in an existing Dictionary<Object, Object> and returns Boolean value and value of key if exists

  • Dictionary Contains Value: Checks if the given value is present in an existing Dictionary<Object, Object> and returns Boolean value to confirm if present or not.

  • Get Dictionary Value : Get the value of a key from an existing Dictionary<Object, Object> based upon a provided Key and returns an Object value as the result.

  • Remove from Dictionary: Removes a Key-Value pair from an existing Dictionary<Object, Object> based upon a provided Key and returns a Boolean value as to whether it was successful or not.

  • Update Dictionary Value : Updates the value of a key from an existing Dictionary<Object, Object> based upon a provided Key and returns a Boolean value as to whether it was successful or not.

Contributors

  • Cathleen Runde

  • Denny Chiramel

  • Gary Refka

  • Kristopher Kim

  • Michael Agarenzo

  • Michael Kuehn

  • Michael Tomlin

  • Robert Searing is a really cool guy with a really cool wife

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%