Click or drag to resize

CommaSeparatedEventReport.SectionDefinition Structure

Inheritance Hierarchy
System.Object
  System.ValueType
    GSF.SELEventParser.CommaSeparatedEventReport.SectionDefinition

Namespace: GSF.SELEventParser
Assembly: GSF.SELEventParser (in GSF.SELEventParser.dll) Version: 2.4.239-beta
Syntax
public struct SectionDefinition
View Source

The CommaSeparatedEventReport.SectionDefinition type exposes the following members.

Constructors
 NameDescription
Public methodCommaSeparatedEventReport.SectionDefinitionInitializes a new instance of the CommaSeparatedEventReport.SectionDefinition class
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ValueType.ToString())
Top
Fields
 NameDescription
Public fieldLength 
Public fieldName 
Public fieldStartLine 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefault<T> Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also