API Help
Eplan.EplApi.DataModel Namespace / StorableObjectContext Class
Members

In This Topic
    StorableObjectContext Class
    In This Topic
    This is a context with a Storable Object or a list of storable objects.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.Base.Context
          Eplan.EplApi.ApplicationFramework.ActionCallingContext
             Eplan.EplApi.DataModel.StorableObjectContext

    Syntax
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertySet or get a Storable Object for this context  
    Public PropertySet or get a Storable Object List for this context (additional to the single Storable Object)  
    Public PropertyGets system messages (Inherited from Eplan.EplApi.ApplicationFramework.ActionCallingContext)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a parameter to the Context. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodDestructor for deterministic finalization of StorableObjectContext object. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodFor internal use only. (Inherited from Eplan.EplApi.ApplicationFramework.ActionCallingContext)
    Public MethodOverridden. Get the Block of Context Parameters of this Context.  
    Public MethodFor internal use only.  
    Public MethodFor internal use only. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodGet Exception (Inherited from Eplan.EplApi.ApplicationFramework.ActionCallingContext)
    Public MethodGets a parameter from the Context. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodGets the count of the Parameters in this context (Inherited from Eplan.EplApi.Base.Context)
    Public MethodGets array filled with parameters names from the context. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodGets the array filled with strings from the context. (Additional to the parameters) (Inherited from Eplan.EplApi.Base.Context)
    Public MethodFor internal use only. (Inherited from Eplan.EplApi.ApplicationFramework.ActionCallingContext)
    Public MethodOverridden. Sets a block of context parameters (as ContextParameterBlock object).  
    Public MethodFor internal use only.  
    Public MethodFor internal use only. (Inherited from Eplan.EplApi.Base.Context)
    Public MethodSets the array filled with strings from the context. (Additional to the parameters) (Inherited from Eplan.EplApi.Base.Context)
    Top
    See Also