C# 클래스 LogStreamer.Configuration

파일 보기 프로젝트 열기: StarcounterPrefabs/LogStreamer 1 사용 예제들

공개 메소드들

메소드 설명
AddToDownstreamWhitelist ( string table, int priority ) : void
AddToUpstreamWhitelist ( string table, int priority ) : void
ApplyDefaults ( ) : void
ApplyDefaultsFromHost ( ) : void
ToConfiguration ( ) : ILogStreamerConfiguration

Apply defaults for everything not specified on the current instance and expose the merged result as a configration abstraction.

ValidateContent ( ) : void

메소드 상세

AddToDownstreamWhitelist() 공개 메소드

public AddToDownstreamWhitelist ( string table, int priority ) : void
table string
priority int
리턴 void

AddToUpstreamWhitelist() 공개 메소드

public AddToUpstreamWhitelist ( string table, int priority ) : void
table string
priority int
리턴 void

ApplyDefaults() 공개 메소드

public ApplyDefaults ( ) : void
리턴 void

ApplyDefaultsFromHost() 공개 메소드

public ApplyDefaultsFromHost ( ) : void
리턴 void

ToConfiguration() 공개 메소드

Apply defaults for everything not specified on the current instance and expose the merged result as a configration abstraction.
public ToConfiguration ( ) : ILogStreamerConfiguration
리턴 ILogStreamerConfiguration

ValidateContent() 공개 메소드

public ValidateContent ( ) : void
리턴 void