Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thekingofspain/080653f8b88174e2b8f2a483959b3c9a to your computer and use it in GitHub Desktop.
Save thekingofspain/080653f8b88174e2b8f2a483959b3c9a to your computer and use it in GitHub Desktop.
OutSystem Integration Studio Comments
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

Interface.cs

/// <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} &lt;- {Imported_DotNetMethod.InputParameter.Type})
///             {Imported_DotNetMethod.OutputParameter.OutSystemsName}({Imported_DotNetMethod.OutputParameter.OutSystemsDataType} &lt;- {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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment