KitchenDraw SDK 2
Show / Hide Table of Contents

Class Appli.CallParamsInfoDirect

Represents an information related to a particular plugin function call (e.g. menu item which provoked a plugin call or a supplier for which an order should be generated). Inlike the Appli.CallParamsInfo_, this class relies on the SDK1's Appli.GetCallParamInfoDirect method, and thus can get more specific information under some circumstances, like handling an embebbed plugin event. It requires CallParamBlock parameter passed to the event handler.

Inheritance
object
Appli.CallParamsInfo_
Appli.CallParamsInfoDirect
Inherited Members
Appli.CallParamsInfo_.ActiveObject
Appli.CallParamsInfo_.DocumentsDirectory
Appli.CallParamsInfo_.Buffer
Appli.CallParamsInfo_.BufferSize
Appli.CallParamsInfo_.CatalogFilename
Appli.CallParamsInfo_.Document
Appli.CallParamsInfo_.DocumentIndex
Appli.CallParamsInfo_.DocumentsNumber
Appli.CallParamsInfo_.IsDocumentGeneratedInSilentMode
Appli.CallParamsInfo_.IsInServerMode
Appli.CallParamsInfo_.OrderDirectory
Appli.CallParamsInfo_.OrderFilename
Appli.CallParamsInfo_.OrderWeek
Appli.CallParamsInfo_.OrderYear
Appli.CallParamsInfo_.Supplier
Appli.CallParamsInfo_.SupplierDocumentName
Appli.CallParamsInfo_.UserParameters
Appli.CallParamsInfo_.WebAppId
Appli.CallParamsInfo_.WebAppUrl
Appli.CallParamsInfo_.WindowHandle
Appli.CallParamsInfo_.GetInfoAsBool(int)
Appli.CallParamsInfo_.GetInfoAsDouble(int)
Appli.CallParamsInfo_.GetInfoAsInt(int)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.CallParamsInfoDirect : Appli.CallParamsInfo_

Properties

Name Description
CommandMenuItem

In the case of OnAppCommandBefore and OnAppCommandAfter plugin events, specifies the menu item for which the plugin was called. Otherwise returns null.

Methods

Name Description
GetInfo(int)

Gets a value from arbitrary datafield specified by the infoType parameter.

In this article
  • Properties
  • Methods
Back to top Generated by DocFX