Class FileMatchResult
Inherited Members
Namespace: Volo.Abp.Cli.LIbs
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class FileMatchResult
Constructors
FileMatchResult(string, string)
Declaration
public FileMatchResult(string path, string stem)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | |
| string | stem |
Properties
Path
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |
Stem
Declaration
public string Stem { get; }
Property Value
| Type | Description |
|---|---|
| string |