C# Class NSwagStudio.ViewModels.SwaggerGenerators.AssemblyTypeToSwaggerGeneratorViewModel

Inheritance: ViewModelBase
Show file Open project: NSwag/NSwag

Public Methods

Method Description
AssemblyTypeToSwaggerGeneratorViewModel ( ) : System

Initializes a new instance of the AssemblyTypeToSwaggerGeneratorViewModel class.

GenerateSwaggerAsync ( ) : Task

Private Methods

Method Description
BrowseAssembly ( ) : System.Threading.Tasks.Task
LoadAssemblyAsync ( ) : System.Threading.Tasks.Task

Method Details

AssemblyTypeToSwaggerGeneratorViewModel() public method

Initializes a new instance of the AssemblyTypeToSwaggerGeneratorViewModel class.
public AssemblyTypeToSwaggerGeneratorViewModel ( ) : System
return System

GenerateSwaggerAsync() public method

public GenerateSwaggerAsync ( ) : Task
return Task