Table of Contents

Class SectionExtensions

Namespace
Skyline.DataMiner.Utils.DOM.Extensions
Assembly
Skyline.DataMiner.Utils.DOM.dll

Extension methods for Section.

public static class SectionExtensions
Inheritance
SectionExtensions

Methods

GetFieldValue<T>(Section, FieldDescriptor)

Gets the value of a field within the Section by its FieldDescriptor.

GetFieldValue<T>(Section, FieldDescriptorID)

Gets the value of a field within the Section by its FieldDescriptorID.

GetFieldValue<T>(Section, string, DomCache)

Gets the value of a field within the Section by field name and DomCache.

SetFieldValue<T>(Section, FieldDescriptorID, T)

Sets the value of a field within the Section by its FieldDescriptorID.

SetFieldValue<T>(Section, string, T, DomCache)

Sets the value of a field within the Section by field name and DomCache.