Property | Type | Description | |
---|---|---|---|
ExtensionProperties | |||
LicenseKeyManager | ILicenseKeyManager | ||
SlxApplication | ISlxApplication |
Method | Description | |
---|---|---|
Initialize ( ISlxApplication SlxApplication, ILicenseKeyManager LicenseKeyManager ) : void | ||
Run ( object Args ) : object | ||
SalesLogixDialog ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
RaiseSalesLogixCallbackEvent ( string EventName, object EventData ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Initialize ( ISlxApplication SlxApplication, ILicenseKeyManager LicenseKeyManager ) : void | ||
SlxApplication | ISlxApplication | |
LicenseKeyManager | ILicenseKeyManager | |
return | void |
protected RaiseSalesLogixCallbackEvent ( string EventName, object EventData ) : void | ||
EventName | string | |
EventData | object | |
return | void |
public ExtensionProperties,FX.SalesLogix.NetExtensionsHelper ExtensionProperties | ||
return |
public ILicenseKeyManager LicenseKeyManager | ||
return | ILicenseKeyManager |