C# 클래스 Wave.Configuration.ConfigurationSection.MessageFilterConfigElement

상속: System.Configuration.ConfigurationElement
파일 보기 프로젝트 열기: WaveServiceBus/WaveServiceBus 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MessageFilterConfigElement ( ) : System.Collections.Generic
MessageFilterConfigElement ( string message, string type ) : System.Collections.Generic

보호된 메소드들

메소드 설명
OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool

메소드 상세

MessageFilterConfigElement() 공개 메소드

public MessageFilterConfigElement ( ) : System.Collections.Generic
리턴 System.Collections.Generic

MessageFilterConfigElement() 공개 메소드

public MessageFilterConfigElement ( string message, string type ) : System.Collections.Generic
message string
type string
리턴 System.Collections.Generic

OnDeserializeUnrecognizedAttribute() 보호된 메소드

protected OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool
name string
value string
리턴 bool