Class MoveMergePersonDataHandler
Inheritance
MoveMergePersonDataHandler
Assembly: SuperOffice.CRMWeb.dll
Syntax
public abstract class MoveMergePersonDataHandler : MoveMergeDataHandler, IDataHandler, IWebObject, IPlugin
Constructors
MoveMergePersonDataHandler()
Declaration
protected MoveMergePersonDataHandler()
Fields
_activityAction
Declaration
protected const string _activityAction = "ActivityAction"
Field Value
_dateSelector
Declaration
protected const string _dateSelector = "DateSelector"
Field Value
_destinationPerson
Declaration
protected PersonEntity _destinationPerson
Field Value
_extraInfoDest
Declaration
protected const string _extraInfoDest = "ExtraInfoDest"
Field Value
_leaveAllLabelId
Declaration
protected const string _leaveAllLabelId = "LeaveAllLabel"
Field Value
_moveAllLabelId
Declaration
protected const string _moveAllLabelId = "MoveAllLabel"
Field Value
_openDialogCarrierId
Declaration
protected const string _openDialogCarrierId = "OpenDialog"
Field Value
_sourcePerson
Declaration
protected PersonEntity _sourcePerson
Field Value
activityDate
Declaration
protected DateTime activityDate
Field Value
Properties
DestinationCurrentName
Declaration
protected override string DestinationCurrentName { get; }
Property Value
Overrides
EntityCurrentName
Declaration
protected override string EntityCurrentName { get; }
Property Value
Overrides
SourceCurrentName
Declaration
protected override string SourceCurrentName { get; }
Property Value
Overrides
Methods
GetPersonDialogOpenId()
Declaration
protected abstract int GetPersonDialogOpenId()
Returns
Declaration
protected override string GetShowResultsTooltip()
Returns
Overrides
Initialize(XmlNode, String)
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Overrides
LoadEntities()
Declaration
protected override void LoadEntities()
Overrides
OnBeforeDataBind()
Declaration
public override void OnBeforeDataBind()
Overrides
Declaration
protected abstract void PerformAction()
Save()
Declaration
public override object Save()
Returns
Overrides
Implements
SuperOffice.Factory.IPlugin