Метод | Описание | |
---|---|---|
Create ( ) : |
Creates a new NSwagDocument.
|
|
LoadAsync ( string filePath ) : Task |
Loads an existing NSwagDocument.
|
|
NSwagDocument ( ) : System |
Initializes a new instance of the NSwagDocument class.
|
Метод | Описание | |
---|---|---|
ConvertToAbsolutePath ( string pathToConvert ) : string |
Converts to absolute path.
|
|
ConvertToRelativePath ( string pathToConvert ) : string |
Converts a path to an relative path.
|
Метод | Описание | |
---|---|---|
GetDocumentDirectory ( ) : string |
protected ConvertToAbsolutePath ( string pathToConvert ) : string | ||
pathToConvert | string | The path to convert. |
Результат | string |
protected ConvertToRelativePath ( string pathToConvert ) : string | ||
pathToConvert | string | The path to convert. |
Результат | string |
public static Create ( ) : |
||
Результат |
public static LoadAsync ( string filePath ) : Task |
||
filePath | string | The file path. |
Результат | Task |