Click or drag to resize

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.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public interface IControlAdapter<SOT>
where SOT : SettingsObject

Type Parameters

SOT

The IControlAdapterSOT type exposes the following members.

Methods
 NameDescription
Public methodLoadFrom Publicly exposed load function
Public methodSaveTo Publicly exposed save function
Top
See Also