iw4madminapplicationmisc ParserMatchResult - RaidMax/IW4M-Admin GitHub Wiki
Public class
ParserMatchResult Description
implementation of the IMatchResult used to hold matching results
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Misc
IW4MAdmin.Application.Misc.ParserMatchResult[ParserMatchResult](/RaidMax/IW4M-Admin/wiki/ParserMatchResult)
end
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IMatchResult[IMatchResult](/RaidMax/IW4M-Admin/wiki/IMatchResult)
class SharedLibraryCore.Interfaces.IMatchResult interfaceStyle;
end
SharedLibraryCore.Interfaces.IMatchResult --> IW4MAdmin.Application.Misc.ParserMatchResult
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
bool |
Success indicates if the match succeeded |
get, set |
string``[] |
Values array of matched pattern groups |
get, set |
Details
Summary
implementation of the IMatchResult used to hold matching results
Inheritance
Constructors
ParserMatchResult
public ParserMatchResult()
Properties
Values
public virtual string Values { get; set; }
Summary
array of matched pattern groups
Success
public virtual bool Success { get; set; }
Summary
indicates if the match succeeded
Generated with ModularDoc