Show / Hide Table of Contents

Struct NotamItemE

NOTAM Item E) - Text Field

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemE
Remarks

Nature of the event which is the subject of the NOTAM, using simple abbreviations

Constructors

View Source

NotamItemE(string)

Decode a NOTAM Item E into member properties

Declaration
public NotamItemE(string itemE)
Parameters
Type Name Description
string itemE

Text literal of Item E)

Exceptions
Type Condition
ArgumentNullException

Null passed in NotamItemE parameter

Properties

View Source

ItemE

NOTAM Item E Value

Declaration
public string ItemE { get; }
Property Value
Type Description
string
View Source

TextField

NOTAM Item E Text Field

Declaration
public string TextField { get; }
Property Value
Type Description
string
Remarks

Will return a empty string if E) is 2 or less characters

  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited