FRENDS⁴ Common Components : Frends.Common.Data.ConvertData.ConvertToDynamic

This task takes an object as an input, which is the converted to dynamic according to the following rules and parameters.

Input Parameters

  • Input
    • The object that is converted to dynamic. Input can be given in the following formats:
      • JSON as a C# String
      • XML as a C# String
      • C# XmlDocument
      • C# XDocument

Output Result

  • dynamic object

Example Usage

For example calling this task, with the following C# XML String input:

<v150:Contract xmlns:v150=\"http://schemas.forum.com/ForumService/V150\"><v150:StartDate>2006-08-30T00:00:00</v150:StartDate></v150:Contract
 

Will produce an object which can be search with dot notation in FRENDS4. Example: #result.Contract.StartDate