Click or drag to resize

LookupListSettingsBINDINGTYPE Class

Class that extends LookupListSettings and implements serialization of LookupListSettingsLookupListField specific mapping of custom SettingsObject type BINDINGTYPE.

This object is the Context of BINDINGTYPE.
Inheritance Hierarchy
SystemObject
  CTExtensions.ExportCore.ConfigSettingsObject
    CTExtensions.ExportCore.CTObjectDataCTObjectTaggedSettingsCTLookupList
      CTExtensions.ExportCore.ConfigLookupListSettings
        CTExtensions.ExportCore.ConfigLookupListSettingsBINDINGTYPE

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class LookupListSettings<BINDINGTYPE> : LookupListSettings, 
	ISettingsContext
where BINDINGTYPE : new(), SettingsObject

Type Parameters

BINDINGTYPE

The LookupListSettingsBINDINGTYPE type exposes the following members.

Constructors
 NameDescription
Public methodLookupListSettingsBINDINGTYPE Constructor
Top
Properties
 NameDescription
Public propertyBindings Binding from each field to some named entity.
Top
Methods
 NameDescription
Public methodCreateNewBinding Creates and initializes new binding object
Protected methodDeserialize Deserialization. Inheritant must call
C#
base.Deserialize(s)
first!
(Overrides CTObjectTaggedSettingsODeserialize(Stream))
Protected methodSerialize Serialization. Inheritant must call
C#
base.Serialize(s)
first!
(Overrides CTObjectTaggedSettingsOSerialize(Stream))
Top
Revision History
DateVersionDescription
-2025 SP1First Release
See Also