Class SectionUtils
Defines extension methods on ISectionContainer and Section.
public static class SectionUtils
- Inheritance
-
SectionUtils
Methods
- AddOrUpdateFieldValue<T>(ISectionContainer, SectionDefinition, FieldDescriptor, T)
Adds or updates the specified field of the specified section in the specified container to the specified value.
- AddOrUpdateValue<T>(Section, FieldDescriptor, T)
Adds or updates the value of the specified field of the specified section.
- GetFieldValue<T>(ISectionContainer, SectionDefinition, FieldDescriptor)
Retrieves the field value of the specified field in the specified section in the specified container.
- GetValue<T>(Section, FieldDescriptorID)
Returns the ValueWrapper<T> for the specified
fieldDescriptorID
.