NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Member Functions | Protected Member Functions | List of all members
NXOpen.PDM.CustomWebAppMenuHandler Class Reference

Represents Custom WebApp Menu Handler class More...

Inheritance diagram for NXOpen.PDM.CustomWebAppMenuHandler:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Classes

class  _CustomWebAppMenuHandlerCustomWebAppInvokedCallbackAdapter
 

Public Member Functions

delegate int CustomWebAppInvokedCallback ()
 This callback will be invoked by NX when user clicks on a custom webapp menu item. More...
 
unsafe string GetCommandName ()
 Returns the command name More...
 
unsafe void GetSelectedUids (out string[] uids)
 Returns the unique identifier of the uids in PDM More...
 
unsafe void RegisterCustomWebAppInvokedCallback (NXOpen.PDM.CustomWebAppMenuHandler.CustomWebAppInvokedCallback webappCb)
 Registers the add_custom_web_app_menu_callback callback method with the webApp menu handler object. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents Custom WebApp Menu Handler class

Created in NX11.0.0

Member Function Documentation

delegate int NXOpen.PDM.CustomWebAppMenuHandler.CustomWebAppInvokedCallback ( )

This callback will be invoked by NX when user clicks on a custom webapp menu item.

The picked menu and object(s) selected can be queried from within this callback.The custom implementation can perform appropriate action associated with this menu pick.

Created in NX11.0.0

License requirements: None.

override void NXOpen.PDM.CustomWebAppMenuHandler.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX11.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe string NXOpen.PDM.CustomWebAppMenuHandler.GetCommandName ( )
inline

Returns the command name

Created in NX11.0.0

License requirements: None.

Returns
the command name
unsafe void NXOpen.PDM.CustomWebAppMenuHandler.GetSelectedUids ( out string[]  uids)
inline

Returns the unique identifier of the uids in PDM

Created in NX11.0.0

License requirements: None.

Parameters
uidsSelected uids
unsafe void NXOpen.PDM.CustomWebAppMenuHandler.RegisterCustomWebAppInvokedCallback ( NXOpen.PDM.CustomWebAppMenuHandler.CustomWebAppInvokedCallback  webappCb)
inline

Registers the add_custom_web_app_menu_callback callback method with the webApp menu handler object.

Created in NX11.0.0

License requirements: None.

Parameters
webappCb

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.