Show / Hide Table of Contents

Class MessageHandlerEntry

Inheritance
object
ConfigurationElement
MessageHandlerEntry
Inherited Members
ConfigurationElement.Init()
ConfigurationElement.IsModified()
ConfigurationElement.ResetModified()
ConfigurationElement.IsReadOnly()
ConfigurationElement.SetReadOnly()
ConfigurationElement.ListErrors(IList)
ConfigurationElement.InitializeDefault()
ConfigurationElement.Reset(ConfigurationElement)
ConfigurationElement.Equals(object)
ConfigurationElement.GetHashCode()
ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)
ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
ConfigurationElement.SerializeToXmlElement(XmlWriter, string)
ConfigurationElement.SerializeElement(XmlWriter, bool)
ConfigurationElement.DeserializeElement(XmlReader, bool)
ConfigurationElement.OnRequiredPropertyNotFound(string)
ConfigurationElement.PostDeserialize()
ConfigurationElement.PreSerialize(XmlWriter)
ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)
ConfigurationElement.OnDeserializeUnrecognizedElement(string, XmlReader)
ConfigurationElement.GetTransformedTypeString(string)
ConfigurationElement.GetTransformedAssemblyString(string)
ConfigurationElement.LockAttributes
ConfigurationElement.LockAllAttributesExcept
ConfigurationElement.LockElements
ConfigurationElement.LockAllElementsExcept
ConfigurationElement.LockItem
ConfigurationElement.this[ConfigurationProperty]
ConfigurationElement.this[string]
ConfigurationElement.Properties
ConfigurationElement.ElementInformation
ConfigurationElement.EvaluationContext
ConfigurationElement.ElementProperty
ConfigurationElement.HasContext
ConfigurationElement.CurrentConfiguration
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.ConfigSection
Assembly: DotNetNuke.Web.dll
Syntax
public class MessageHandlerEntry : ConfigurationElement

Constructors

MessageHandlerEntry()

Declaration
public MessageHandlerEntry()

Properties

ClassName

Declaration
[ConfigurationProperty("type", DefaultValue = "", IsRequired = true)]
public string ClassName { get; set; }
Property Value
Type Description
string

DefaultInclude

Declaration
[ConfigurationProperty("defaultInclude", DefaultValue = false, IsRequired = true)]
public bool DefaultInclude { get; set; }
Property Value
Type Description
bool

Enabled

Declaration
[ConfigurationProperty("enabled", DefaultValue = false, IsRequired = true)]
public bool Enabled { get; set; }
Property Value
Type Description
bool

ForceSsl

Declaration
[ConfigurationProperty("forceSSL", DefaultValue = true, IsRequired = true)]
public bool ForceSsl { get; set; }
Property Value
Type Description
bool

Name

Declaration
[ConfigurationProperty("name", DefaultValue = "", IsRequired = true)]
public string Name { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS