C# Class FX.SalesLogix.NetExtensionsHelper.SalesLogixDialog

Inheritance: System.Windows.Forms.Form, IRunnable
ファイルを表示 Open project: CustomerFX/NetExtensionsHelper

Public Properties

Property Type Description
ExtensionProperties ExtensionProperties
LicenseKeyManager ILicenseKeyManager
SlxApplication ISlxApplication

Public Methods

Method Description
Initialize ( ISlxApplication SlxApplication, ILicenseKeyManager LicenseKeyManager ) : void
Run ( object Args ) : object
SalesLogixDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

RaiseSalesLogixCallbackEvent ( string EventName, object EventData ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Initialize() public method

public Initialize ( ISlxApplication SlxApplication, ILicenseKeyManager LicenseKeyManager ) : void
SlxApplication ISlxApplication
LicenseKeyManager ILicenseKeyManager
return void

RaiseSalesLogixCallbackEvent() protected method

protected RaiseSalesLogixCallbackEvent ( string EventName, object EventData ) : void
EventName string
EventData object
return void

Run() public method

public Run ( object Args ) : object
Args object
return object

SalesLogixDialog() public method

public SalesLogixDialog ( ) : System
return System

Property Details

ExtensionProperties public_oe property

public ExtensionProperties,FX.SalesLogix.NetExtensionsHelper ExtensionProperties
return ExtensionProperties

LicenseKeyManager public_oe property

public ILicenseKeyManager LicenseKeyManager
return ILicenseKeyManager

SlxApplication public_oe property

public ISlxApplication SlxApplication
return ISlxApplication