C# Class SolidworksAddin_EpicorIntegration.SwAddin

Inheritance: ISwAddin
ファイルを表示 Open project: virall/EpicorIntegration Class Usage Examples

Public Methods

Method Description
AddCommandMgr ( ) : void
AddPMP ( ) : System.Boolean
AttachEventHandlers ( ) : bool
AttachEventsToAllDocuments ( ) : void
AttachModelDocEventHandler ( ModelDoc2 modDoc ) : bool
CompareIDs ( int storedIDs, int addinIDs ) : bool
ConnectToSW ( object ThisSW, int cookie ) : bool
DetachEventHandlers ( ) : bool
DetachModelEventHandler ( ModelDoc2 modDoc ) : bool
DisconnectFromSW ( ) : bool
FlyoutCallback ( ) : void
FlyoutCommandItem1 ( ) : void
FlyoutEnable ( ) : int
FlyoutEnableCommandItem1 ( ) : int
OnDocChange ( ) : int
OnDocLoad ( string docTitle, string docPath ) : int
OnFileNew ( object newDoc, int docType, string templateName ) : int
OnModelChange ( ) : int
OpenBillMaster_Assm ( ) : void
OpenBillMaster_Drw ( ) : void
OpenCheckOutPart ( ) : void
OpenItemMaster ( ) : void
OpenOperationsMaster ( ) : void
RemoveCommandMgr ( ) : void
RemovePMP ( ) : System.Boolean
SwAddin ( ) : System

Private Methods

Method Description
AttachSwEvents ( ) : bool
DetachSwEvents ( ) : bool
FileOpenPostNotify ( string FileName ) : int
ISwAddin ( ) : bool
ISwAddin ( object ThisSW, int Cookie ) : bool
RegisterFunction ( Type t ) : void
UnregisterFunction ( Type t ) : void

Method Details

AddCommandMgr() public method

public AddCommandMgr ( ) : void
return void

AddPMP() public method

public AddPMP ( ) : System.Boolean
return System.Boolean

AttachEventHandlers() public method

public AttachEventHandlers ( ) : bool
return bool

AttachEventsToAllDocuments() public method

public AttachEventsToAllDocuments ( ) : void
return void

AttachModelDocEventHandler() public method

public AttachModelDocEventHandler ( ModelDoc2 modDoc ) : bool
modDoc ModelDoc2
return bool

CompareIDs() public method

public CompareIDs ( int storedIDs, int addinIDs ) : bool
storedIDs int
addinIDs int
return bool

ConnectToSW() public method

public ConnectToSW ( object ThisSW, int cookie ) : bool
ThisSW object
cookie int
return bool

DetachEventHandlers() public method

public DetachEventHandlers ( ) : bool
return bool

DetachModelEventHandler() public method

public DetachModelEventHandler ( ModelDoc2 modDoc ) : bool
modDoc ModelDoc2
return bool

DisconnectFromSW() public method

public DisconnectFromSW ( ) : bool
return bool

FlyoutCallback() public method

public FlyoutCallback ( ) : void
return void

FlyoutCommandItem1() public method

public FlyoutCommandItem1 ( ) : void
return void

FlyoutEnable() public method

public FlyoutEnable ( ) : int
return int

FlyoutEnableCommandItem1() public method

public FlyoutEnableCommandItem1 ( ) : int
return int

OnDocChange() public method

public OnDocChange ( ) : int
return int

OnDocLoad() public method

public OnDocLoad ( string docTitle, string docPath ) : int
docTitle string
docPath string
return int

OnFileNew() public method

public OnFileNew ( object newDoc, int docType, string templateName ) : int
newDoc object
docType int
templateName string
return int

OnModelChange() public method

public OnModelChange ( ) : int
return int

OpenBillMaster_Assm() public method

public OpenBillMaster_Assm ( ) : void
return void

OpenBillMaster_Drw() public method

public OpenBillMaster_Drw ( ) : void
return void

OpenCheckOutPart() public method

public OpenCheckOutPart ( ) : void
return void

OpenItemMaster() public method

public OpenItemMaster ( ) : void
return void

OpenOperationsMaster() public method

public OpenOperationsMaster ( ) : void
return void

RemoveCommandMgr() public method

public RemoveCommandMgr ( ) : void
return void

RemovePMP() public method

public RemovePMP ( ) : System.Boolean
return System.Boolean

SwAddin() public method

public SwAddin ( ) : System
return System