IntergrationStudio | Interface.cs Documentation Comment |
ServiceStudio | Source | Notes |
---|---|---|---|---|
Action.Name | Desciption Section.Paragraph 1 | IntergrationStudio | ||
Action.Description | <summary> | Desciption Section.Paragraph 2 | Integration Studio | |
Action.Import Details... | <summary> | Desciption Section.Paragraph 3 | Interfaces.c | Generated on Action Import but not override when Action.Description changes assumed text match for Import Details: |
Action.Examples | <example> | After Inputs: Section | Interfaces.c | Not Verified |
/// <summary>
/// {Action.Description}
///
///
/// Import Details:
///
/// - Action {Imported_DotNetMethod.OutSystemsName}
/// Target: Method {Imported_DotNetMethod.Name}({Imported_DotNetMethod.InputParameter.DotNetType}[]...): {Imported_DotNetMethod.OutputParameter.DotNetType}
/// Declaring Type: {Imported_DotNetMethod.Namespace}
/// Parameters:
/// {Imported_DotNetMethod.InputParameter.OutSystemsName}({Imported_DotNetMethod.InputParameter.OutSystemsDataType} <- {Imported_DotNetMethod.InputParameter.Type})
/// {Imported_DotNetMethod.OutputParameter.OutSystemsName}({Imported_DotNetMethod.OutputParameter.OutSystemsDataType} <- {Imported_DotNetMethod.OutputParameter.DotNetType}): Parameter added to hold the method return
/// </summary>
/// <param name="ss{Action.InputParameter.Name}"><{Action.InputParameter.Description}</param>
/// <param name="ss{Action.OutputParamer.Name}">{Action.OutputParameter.Description}</param>