Click or drag to resize

ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPECreateFieldEditGuard Method

Instantiate ObjectEditGuard for this class. Can be overriden if custom implementation is needed.

Namespace:  CTExtensions.ExportCore
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected virtual ExportFieldGuard<EXPORTSETTINGSTYPE, FIELDSETTINGSTYPE> CreateFieldEditGuard()

Return Value

Type: ExportFieldGuardEXPORTSETTINGSTYPE, FIELDSETTINGSTYPE
Object Edit Guard, or Dummy when not available.
See Also