Z3950_Endpoint Class
Class stores information regarding a Z39.50 endpoint associated with this user
Namespace: SobekCM.Resource_Object.MARCAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public class Z3950_Endpoint |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
![Public method Public method](http://sobekrepository.org/design/webcontent/codehelp/icons/pubmethod.gif) | Copy | Create a copy of this object |
Properties
| Name | Description |
---|
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Database_Name | Name of the database within the Z39.50 endpoint |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Name | Arbitrary name associated with this Z39.50 endpoint by the user |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Password | Password for the connection to the endpoint, if one is needed |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Port | Port for the connection to the Z39.50 endpoint |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Save_Password_Flag | Flag indicates if the password should be saved for this connection to the user's
personal settings |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | URI | URI / URL for the connection to the Z39.50 endpoint |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Username | Username for the connection to the endpoint, if one is needed |
See Also