[]
Provides methods for working with field options.
public interface IFieldOptions
Loads options from a ComplexField.
void Load(ComplexField field)
field
ComplexFieldThe ComplexField from which to load the options.
Loads options from a SimpleField.
void Load(SimpleField field)
field
SimpleFieldThe SimpleField from which to load the options.
Saves options to a ComplexField.
void Save(ComplexField field)
field
ComplexFieldThe ComplexField where to save the options.
Saves options to a SimpleField.
void Save(SimpleField field)
field
SimpleFieldThe SimpleField where to save the options.