C# Class EntitlementAPIAddInCS.StandardAddInServer

Inheritance: Inventor.ApplicationAddInServer
显示文件 Open project: ADN-DevTech/EntitlementAPI

Public Methods

Method Description
Activate ( Inventor addInSiteObject, bool firstTime ) : void
AddInClientID ( ) : String
Deactivate ( ) : void
ExecuteCommand ( int commandID ) : void
StandardAddInServer ( ) : System

Private Methods

Method Description
AddToUserInterface ( ) : void
m_sampleButton1_OnExecute ( NameValueMap Context ) : void
m_uiEvents_OnResetRibbonInterface ( NameValueMap Context ) : void
verifyEntitlement ( string appId, string userId ) : bool

Method Details

Activate() public method

public Activate ( Inventor addInSiteObject, bool firstTime ) : void
addInSiteObject Inventor
firstTime bool
return void

AddInClientID() public method

public AddInClientID ( ) : String
return String

Deactivate() public method

public Deactivate ( ) : void
return void

ExecuteCommand() public method

public ExecuteCommand ( int commandID ) : void
commandID int
return void

StandardAddInServer() public method

public StandardAddInServer ( ) : System
return System