C# 클래스 Tp.Integration.Messages.PluginLifecycle.MashupConfig

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
AccountMatches ( AccountName accountName ) : bool
MashupConfig ( IEnumerable configs ) : System
MashupConfig ( string placeholders, AccountName accounts ) : System
Matches ( MashupPlaceholder mashupPlaceHolderValue, AccountName accountName ) : bool
PlaceholderMatches ( MashupPlaceholder mashupPlaceHolderValue ) : bool

비공개 메소드들

메소드 설명
ExtractValues ( string line, string matchString ) : IEnumerable

메소드 상세

AccountMatches() 공개 메소드

public AccountMatches ( AccountName accountName ) : bool
accountName AccountName
리턴 bool

MashupConfig() 공개 메소드

public MashupConfig ( IEnumerable configs ) : System
configs IEnumerable
리턴 System

MashupConfig() 공개 메소드

public MashupConfig ( string placeholders, AccountName accounts ) : System
placeholders string
accounts AccountName
리턴 System

Matches() 공개 메소드

public Matches ( MashupPlaceholder mashupPlaceHolderValue, AccountName accountName ) : bool
mashupPlaceHolderValue MashupPlaceholder
accountName AccountName
리턴 bool

PlaceholderMatches() 공개 메소드

public PlaceholderMatches ( MashupPlaceholder mashupPlaceHolderValue ) : bool
mashupPlaceHolderValue MashupPlaceholder
리턴 bool