ps-bridge-helpers-common
Version:
PS Connectors Common
12 lines (11 loc) • 608 B
Markdown
# PS Connectors Common
This project contains the common functionalities used in all PlantSight Connectors.
The Common functionalities include the following
1: Generate guid from a string (Guid.ts)
2: Check provisioning of an imodel (IModelHelper.ts)
3: Check if a specific schema class exists or not (IModelHelper.ts)
4: Query a functional model (IModelHelper.ts)
5: Create a functinoal model (IModelHelper.ts)
6: Check if json properties exist or not (IModelHelper.ts)
7: Add json properties to a functional model (IModelHelper.ts)
8: Add private property to a functinoal model (IModelHelper.ts)