Class FormattedStringValueExtracter.ExtractionResult
Inherited Members
Namespace: Volo.Abp.Text.Formatting
Assembly: Volo.Abp.Core.dll
Syntax
public class FormattedStringValueExtracter.ExtractionResult
Properties
IsMatch
Declaration
public bool IsMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Matches
Declaration
public List<NameValue> Matches { get; }
Property Value
| Type | Description |
|---|---|
| List<NameValue> |