C# Class EntitlementAPIAddInCS.StandardAddInServer

Inheritance: Inventor.ApplicationAddInServer
Afficher le fichier Open project: ADN-DevTech/EntitlementAPI

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Activate ( Inventor addInSiteObject, bool firstTime ) : void
addInSiteObject Inventor
firstTime bool
Résultat void

AddInClientID() public méthode

public AddInClientID ( ) : String
Résultat String

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

ExecuteCommand() public méthode

public ExecuteCommand ( int commandID ) : void
commandID int
Résultat void

StandardAddInServer() public méthode

public StandardAddInServer ( ) : System
Résultat System