Method | Description | |
---|---|---|
RepositoryPattern ( string pattern ) : System.Diagnostics.Contracts |
Defines a pattern
|
|
Resolve ( IPatternResolutionContext context ) : string |
Tries to resolve the pattern using the given context
|
public RepositoryPattern ( string pattern ) : System.Diagnostics.Contracts | ||
pattern | string | The pattern as read from the suite definition |
return | System.Diagnostics.Contracts |
public Resolve ( IPatternResolutionContext context ) : string | ||
context | IPatternResolutionContext | The context to get variables from |
return | string |