Skip to main content
Nintex Community Menu Bar

SmartObject.Properties will only hold strings. Am I missing something?

  • September 14, 2007
  • 0 replies
  • 5 views

Forum|alt.badge.img+1
The SmartObject class has a 'Properties' member which is an indexed collection of SmartProperty instances. Today I discovered that SmartProperty.Value is actually of type string, and not an object as I expected. I find this a bit bewildering - does this mean that all my non-string data fields have to be converted to and from strings if I am going to use the K2 object model rather than using an ADO.NET oriented approach?