Show / Hide Table of Contents

Class MoveMergeDataHandler

Inheritance
Object
DataHandlerBase
MoveMergeDataHandler
ContactCopyMergeBaseDataHandler
MoveMergePersonDataHandler
ProjectMoveMergeDataHandler
Implements
IDataHandler
IWebObject
IPlugin
Inherited Members
DataHandlerBase.isPreLoadMode
DataHandlerBase._dataCarriers
DataHandlerBase._mandatoryDataCarriers
DataHandlerBase._primaryCurrent
DataHandlerBase._currentHistoryItem
DataHandlerBase._config
DataHandlerBase._id
DataHandlerBase._hasLoaded
DataHandlerBase._isNew
DataHandlerBase.GetRawDataValue(String, String)
DataHandlerBase.GetRawDataValue(String)
DataHandlerBase.Clear()
DataHandlerBase.New()
DataHandlerBase.New(String)
DataHandlerBase.Save()
DataHandlerBase.Delete()
DataHandlerBase.OnBeforeValidate()
DataHandlerBase.CheckMandatoryData(String)
DataHandlerBase.DataCarriersToExpose
DataHandlerBase.ExposeToClient
DataHandlerBase.Id
DataHandlerBase.HasLoaded
DataHandlerBase.IsNew
DataHandlerBase.DataCarriers
DataHandlerBase.PrimaryCurrent
DataHandlerBase.CurrentHistoryItem
DataHandlerBase.EventArgument
DataHandlerBase.EventTarget
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.Data
Assembly: SuperOffice.CRMWeb.dll
Syntax
public abstract class MoveMergeDataHandler : DataHandlerBase, IDataHandler, IWebObject, IPlugin

Constructors

MoveMergeDataHandler()

Declaration
protected MoveMergeDataHandler()

Fields

_destinationCarrierId

Declaration
protected const string _destinationCarrierId = "Destination"
Field Value
Type Description
String

_sourceCarrierId

Declaration
protected const string _sourceCarrierId = "Source"
Field Value
Type Description
String

DestinationId

Declaration
protected int DestinationId
Field Value
Type Description
Int32

SourceId

Declaration
protected int SourceId
Field Value
Type Description
Int32

Properties

DestinationCurrentName

Declaration
protected abstract string DestinationCurrentName { get; }
Property Value
Type Description
String

EntityCurrentName

Declaration
protected abstract string EntityCurrentName { get; }
Property Value
Type Description
String

SourceCurrentName

Declaration
protected abstract string SourceCurrentName { get; }
Property Value
Type Description
String

Methods

CheckEnableDisableOkButton()

Declaration
protected virtual void CheckEnableDisableOkButton()

DoSwitch()

Declaration
protected virtual void DoSwitch()

GetDestinationId()

Declaration
protected virtual void GetDestinationId()

GetEnableOkButton()

Declaration
protected virtual bool GetEnableOkButton()
Returns
Type Description
Boolean

GetShowResultsTooltip()

Declaration
protected abstract string GetShowResultsTooltip()
Returns
Type Description
String

GetSourceId()

Declaration
protected virtual void GetSourceId()

Initialize(XmlNode, String)

Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Type Name Description
XmlNode config
String id
Overrides
DataHandlerBase.Initialize(XmlNode, String)

IsSameEntities()

Declaration
protected virtual bool IsSameEntities()
Returns
Type Description
Boolean

Load(String)

Declaration
public override void Load(string CarrierId)
Parameters
Type Name Description
String CarrierId
Overrides
DataHandlerBase.Load(String)

LoadEntities()

Declaration
protected abstract void LoadEntities()

OnBeforeDataBind()

Declaration
public override void OnBeforeDataBind()
Overrides
DataHandlerBase.OnBeforeDataBind()

Implements

IDataHandler
IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top