Class FileMatchResult
Inheritance
object
FileMatchResult
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |