Table of Contents

Class OutputElement

'output' element

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

Constructors

OutputElement()

Declaration
public OutputElement()

Properties

OverrideExisting

'override-existing' attribute of 'output' element

Declaration
[ConfigurationProperty("override-existing", IsRequired = false, DefaultValue = true)]
public bool OverrideExisting { get; }
Property Value
Type Description
bool

Path

'path' attribute of 'output' element

Declaration
[ConfigurationProperty("target-directory", IsRequired = false)]
public string Path { get; }
Property Value
Type Description
string

ReportFolderName

'report-folder' attribute of 'output' section

Declaration
[ConfigurationProperty("report-folder", IsRequired = false, DefaultValue = "RunResults")]
public string ReportFolderName { get; }
Property Value
Type Description
string