Merged PR 48576: Added new type property for import parameters...
9fe879fa
Andrei Manea
committed
succeeded
2 changed files
ImportParameter.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportParameter.cs+5
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportParameter.cs
Add comment 15 /// Gets or sets the TemplateId
Add comment 16 /// </summary>
Add comment 17 public string Id { get; set; }
Add comment 18 Plus  
Add comment 19 Plus   /// <summary>
Add comment 20 Plus   /// Gets or sets the import parameter's type
Add comment 21 Plus   /// </summary>
Add comment 22 Plus   public ParameterType Type { get; set; }
Add comment 18 23 }
Add comment 19 24 }
Add comment 20 25
ParameterType.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ParameterType.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ParameterType.cs