 | IControlAdapterSOT Interface |
This interface enables public access to
LoadFrom``1(UMP) and
LoadFrom``1(UMP)
operations of
ControlAdapterSETTINGSOBJECTTYPE as otherwise those are hidden as iternals.
Namespace: CTExtensions.ExportCore.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic interface IControlAdapter<SOT>
where SOT : SettingsObject
Public Interface IControlAdapter(Of SOT As SettingsObject)
Type Parameters
- SOT
The IControlAdapterSOT type exposes the following members.
Methods | Name | Description |
---|
 | LoadFrom |
Publicly exposed load function
|
 | SaveTo |
Publicly exposed save function
|
Top
See Also