C# Класс Wave.Configuration.ConfigurationSection.MessageFilterConfigElement

Наследование: System.Configuration.ConfigurationElement
Показать файл Открыть проект Примеры использования класса

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