Click or drag to resize
XConnectionDef Class
Class XConnectionDef.Contains the definition of the connection .
Inheritance Hierarchy
SystemObject
  Biolomics.BioCallbackXConnectionDef

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class XConnectionDef

The XConnectionDef type exposes the following members.

Constructors
  NameDescription
Public methodXConnectionDef(TConnectionDef)
Initializes a new instance of the XConnectionDef class.
Public methodXConnectionDef(XConnectionDef)
Initializes a new instance of the XConnectionDef class.
Top
Properties
  NameDescription
Public propertyConnectionDef
Gets the connection definition.
Public propertyDatabaseName
Gets the name of the database.
Public propertyDBType
Gets the type of the database.
Public propertyIpAddress
Gets the ip address of the server.
Public propertyPort
Gets the port to use for connection.
Public propertyRootName
Gets the name of the root user.
Public propertyUserName
Gets the name of the user.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this ConnectionDef.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Checks if connection definitions are equal
Public operatorStatic memberInequality
Checks if connection definitions are different
Top
See Also