API Help
Eplan.EplApi.Base Namespace / Context Class
Members

In This Topic
    Context Class
    In This Topic
    The Context classes are used to pass information about the current state of the environment as well as generic parameters to objects that can be registered such as actions, dialogs, etc.
    Inheritance Hierarchy
    Syntax
    public class Context : IContext  
    public ref class Context : public IContext  
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodAdds a parameter to the Context.  
    Public MethodDestructor for deterministic finalization of Context object.  
    Public MethodGet the Block of Context Parameters of this Context.  
    Public MethodFor internal use only.  
    Public MethodGets a parameter from the Context.  
    Public MethodGets the count of the Parameters in this context  
    Public MethodGets array filled with parameters names from the context.  
    Public MethodGets the array filled with strings from the context. (Additional to the parameters)  
    Public MethodSets a block of context parameters (as ContextParameterBlock object).  
    Public MethodFor internal use only.  
    Public MethodSets the array filled with strings from the context. (Additional to the parameters)  
    Top
    See Also