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

EplanResponse Class
Eplan Server response
Inheritance Hierarchy

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

Syntax
[DataContract()]
public class EplanResponse : 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