cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Setting ThingworxPropertyDefinition and ThingworxEventDefinition dynamically in .NET SDK

randomName
4-Participant

Setting ThingworxPropertyDefinition and ThingworxEventDefinition dynamically in .NET SDK

Is it possible to set following fields dynamically in .NET SDK:

[ThingworxPropertyDefinition(name = "Temperature", description = "Current Temperature", baseType = "NUMBER", category = "Status", aspects = new string[] { "isReadOnly:false" })]
[ThingworxEventDefinition(name = "SteamSensorFault", description = "Steam sensor fault", dataShape = "SteamSensor.Fault", category = "Faults", isInvocable = true, isPropertyEvent = false)]

Data fields I have are dynamic and are loaded from config file so it is not practical to use static statements. Does anyone know if these settings can be implemented to class constructor? I have read through the documentation but haven't been able create working implementation.

0 REPLIES 0
Top Tags