C# Class FX.SalesLogix.NetExtensionsHelper.SalesLogixDialog

Inheritance: System.Windows.Forms.Form, IRunnable
Afficher le fichier Open project: CustomerFX/NetExtensionsHelper

Méthodes publiques

Свойство Type Description
ExtensionProperties ExtensionProperties
LicenseKeyManager ILicenseKeyManager
SlxApplication ISlxApplication

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

RaiseSalesLogixCallbackEvent ( string EventName, object EventData ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

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

Initialize() public méthode

public Initialize ( ISlxApplication SlxApplication, ILicenseKeyManager LicenseKeyManager ) : void
SlxApplication ISlxApplication
LicenseKeyManager ILicenseKeyManager
Résultat void

RaiseSalesLogixCallbackEvent() protected méthode

protected RaiseSalesLogixCallbackEvent ( string EventName, object EventData ) : void
EventName string
EventData object
Résultat void

Run() public méthode

public Run ( object Args ) : object
Args object
Résultat object

SalesLogixDialog() public méthode

public SalesLogixDialog ( ) : System
Résultat System

Property Details

ExtensionProperties public_oe property

public ExtensionProperties,FX.SalesLogix.NetExtensionsHelper ExtensionProperties
Résultat ExtensionProperties

LicenseKeyManager public_oe property

public ILicenseKeyManager LicenseKeyManager
Résultat ILicenseKeyManager

SlxApplication public_oe property

public ISlxApplication SlxApplication
Résultat ISlxApplication