Method | Description | |
---|---|---|
AccountMatches ( AccountName accountName ) : bool | ||
MashupConfig ( IEnumerable |
||
MashupConfig ( string placeholders, AccountName accounts ) : System | ||
Matches ( |
||
PlaceholderMatches ( |
Method | Description | |
---|---|---|
ExtractValues ( string line, string matchString ) : IEnumerable |
public AccountMatches ( AccountName accountName ) : bool | ||
accountName | AccountName | |
return | bool |
public MashupConfig ( IEnumerable |
||
configs | IEnumerable |
|
return | System |
public MashupConfig ( string placeholders, AccountName accounts ) : System | ||
placeholders | string | |
accounts | AccountName | |
return | System |
public Matches ( |
||
mashupPlaceHolderValue | ||
accountName | AccountName | |
return | bool |
public PlaceholderMatches ( |
||
mashupPlaceHolderValue | ||
return | bool |