[]
Saves options to a ComplexField.
public override void Save(ComplexField field)
Public Overrides Sub Save(field As ComplexField)
Type | Name | Description |
---|---|---|
ComplexField | field | The ComplexField where to save the options. |
Type | Condition |
---|---|
PropertyNullOrWhiteSpaceException |
Saves options to a SimpleField.
public override void Save(SimpleField field)
Public Overrides Sub Save(field As SimpleField)
Type | Name | Description |
---|---|---|
SimpleField | field | The SimpleField where to save the options. |
Type | Condition |
---|---|
PropertyNullOrWhiteSpaceException |