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 |
---|
| Copy | Create a copy of this object |
Properties
| Name | Description |
---|
| Database_Name | Name of the database within the Z39.50 endpoint |
| Name | Arbitrary name associated with this Z39.50 endpoint by the user |
| Password | Password for the connection to the endpoint, if one is needed |
| Port | Port for the connection to the Z39.50 endpoint |
| Save_Password_Flag | Flag indicates if the password should be saved for this connection to the user's
personal settings |
| URI | URI / URL for the connection to the Z39.50 endpoint |
| Username | Username for the connection to the endpoint, if one is needed |
See Also