File input:
Input_File-input.png
/// <summary>
/// Gets the identifier.
/// </summary>
/// <value>The identifier.</value>
public string Id => "Input_File-input";
/// <summary>
/// Gets the name.
/// </summary>
/// <value>The name.</value>
public string Name => "File input";
/// <summary>
/// Gets the description.
/// </summary>
/// <value>The description.</value>
public string Description => "File input with step and run.";
/// <summary>
/// Gets the type.
/// </summary>
/// <value>The type.</value>
public string Type => "Input";
/// <summary>
/// Gets the version.
/// </summary>
/// <value>The version.</value>
public string Version => "0.1.0";
/// <summary>
/// Gets the core.
/// </summary>
/// <value>The core.</value>
public string Core => "0.1.0";