C# 클래스 EntitlementAPIAddInCS.StandardAddInServer

상속: Inventor.ApplicationAddInServer
파일 보기 프로젝트 열기: ADN-DevTech/EntitlementAPI

공개 메소드들

메소드 설명
Activate ( Inventor addInSiteObject, bool firstTime ) : void
AddInClientID ( ) : String
Deactivate ( ) : void
ExecuteCommand ( int commandID ) : void
StandardAddInServer ( ) : System

비공개 메소드들

메소드 설명
AddToUserInterface ( ) : void
m_sampleButton1_OnExecute ( NameValueMap Context ) : void
m_uiEvents_OnResetRibbonInterface ( NameValueMap Context ) : void
verifyEntitlement ( string appId, string userId ) : bool

메소드 상세

Activate() 공개 메소드

public Activate ( Inventor addInSiteObject, bool firstTime ) : void
addInSiteObject Inventor
firstTime bool
리턴 void

AddInClientID() 공개 메소드

public AddInClientID ( ) : String
리턴 String

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

ExecuteCommand() 공개 메소드

public ExecuteCommand ( int commandID ) : void
commandID int
리턴 void

StandardAddInServer() 공개 메소드

public StandardAddInServer ( ) : System
리턴 System