Eplan Platform API
Eplan.EplApi.Remoting Namespace / EplanResponse Class
Members

In This Topic
    EplanResponse Class
    In This Topic
    Eplan Server response
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.Remoting.CallingContext
          Eplan.EplApi.Remoting.EplanResponse

    Syntax
    [DataContract()]
    [KnownType(Eplan.EplApi.Remoting.EplanResponse)]
    public class EplanResponse : CallingContext 
    [DataContract()]
    [KnownType(Eplan.EplApi.Remoting.EplanResponse)]
    public ref class EplanResponse : public CallingContext 
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates that an asynchronous call is terminated.  
    Public PropertyString message (Inherited from Eplan.EplApi.Remoting.CallingContext)
    Public PropertyParameters and values (Inherited from Eplan.EplApi.Remoting.CallingContext)
    Public PropertySucceed flag (Inherited from Eplan.EplApi.Remoting.CallingContext)
    Top
    Public Methods
     NameDescription
    Public MethodClear all parameters. (Inherited from Eplan.EplApi.Remoting.CallingContext)
    Public MethodGets parameter value. (Inherited from Eplan.EplApi.Remoting.CallingContext)
    Public MethodRemove a parameter. (Inherited from Eplan.EplApi.Remoting.CallingContext)
    Public MethodSets a new parameter. (Inherited from Eplan.EplApi.Remoting.CallingContext)
    Top
    See Also