SAPConnector ClassSAPExtractorDotNET
Create Connection to SAP.
implements Serializable to store in session.
Inheritance Hierarchy

SystemObject
  SAPExtractorDotNETSAPConnector

Namespace: SAPExtractorDotNET
Assembly: SAPExtractorDotNET (in SAPExtractorDotNET.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax

[SerializableAttribute]
public class SAPConnector

The SAPConnector type exposes the following members.

Constructors

  NameDescription
Public methodSAPConnector(String)
Initializes a new instance of the SAPConnector class
Public methodSAPConnector(String, String, String)
Initializes a new instance of the SAPConnector class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLogin
Create Connection only by RFC definition in web.config/app.config
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyDestination
destination name defined in web.config/app.config
Public propertyIsSilent
is silent Login or not (silent mean user/password is already defined by destination)
Public propertyUser
Top
Remarks

See Also

Reference