mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

Z3950_Endpoint Class



Class stores information regarding a Z39.50 endpoint associated with this user


Namespace: SobekCM.Resource_Object.MARC
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public class Z3950_Endpoint

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.MARC..::..Z3950_Endpoint

Constructors

  NameDescription
Public methodZ3950_Endpoint()()()()
Constructor for a new instance of the Z39.50 endpoint object
Public methodZ3950_Endpoint(String, String, UInt32, String)
Constructor for a new instance of the Z39.50 endpoint object
Public methodZ3950_Endpoint(String, String, UInt32, String, String)
Constructor for a new instance of the Z39.50 endpoint object

Methods

  NameDescription
Public methodCopy
Create a copy of this object

Properties

  NameDescription
Public propertyDatabase_Name
Name of the database within the Z39.50 endpoint
Public propertyName
Arbitrary name associated with this Z39.50 endpoint by the user
Public propertyPassword
Password for the connection to the endpoint, if one is needed
Public propertyPort
Port for the connection to the Z39.50 endpoint
Public propertySave_Password_Flag
Flag indicates if the password should be saved for this connection to the user's personal settings
Public propertyURI
URI / URL for the connection to the Z39.50 endpoint
Public propertyUsername
Username for the connection to the endpoint, if one is needed

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )