API Help
Eplan.EplApi.ApplicationFramework Namespace / IEplActionBatchExtension Interface
Members

In This Topic
    IEplActionBatchExtension Interface
    In This Topic
    Syntax
    public interface IEplActionBatchExtension : IInterface  
    public interface class IEplActionBatchExtension : public IInterface  
    Public Properties
     NameDescription
     PropertyThis name is used to register the type as an interface. (Inherited from Eplan.EplApi.ApplicationFramework.IInterface)
    Top
    Public Methods
     NameDescription
     MethodGet the display name of this action  
     MethodGet the action this interface belongs to  
     MethodGet all relevant Settings for this action to be able to execute this action on oder computer and other user settings.  
     MethodGet the page filter parameter name of the Context. This one is replaced by the project on the server. p.e. PAGEFILTERNAME  
     MethodGet all parameters needed for this action. Set the needed parameters in the context. Open a dialog to get the parameters from user.  
     MethodFill all parameter names in the list which should be saved. They are saved in the scheme for auto proc.  
     MethodGet the project parameter name of the Context. This one is replaced by the project on the server.  
     MethodReturn the project handling for this action  
     MethodGet all parameter different for a project selection or a page selection when  
    Top
    See Also