Table of Contents

Class ConnectionElement

The 'connection' element structure.

Inheritance
ConnectionElement
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: HP.LFT.SDK.Configuration
Assembly: HP.LFT.SDK.dll
Syntax
public class ConnectionElement : ConfigurationElement

Constructors

ConnectionElement()

Declaration
public ConnectionElement()

Properties

Address

The 'address' attribute of the 'connection' element.

Declaration
[ConfigurationProperty("address", IsRequired = true)]
public string Address { get; }
Property Value
Type Description
string

Connect

The 'connect' element of the 'connection' section.

Declaration
[ConfigurationProperty("connect", IsRequired = false)]
public ConnectElement Connect { get; }
Property Value
Type Description
ConnectElement

Response

The 'response' element of the 'connection' section.

Declaration
[ConfigurationProperty("response", IsRequired = false)]
public ResponseElement Response { get; }
Property Value
Type Description
ResponseElement