Click or drag to resize
LSID Class
Life Science Identifiers (LSID) are a way to name and locate pieces of information on the web. Essentially, an LSID is a unique identifier for some data, and the LSID protocol specifies a standard way to locate the data (as well as a standard way of describing that data). An LSID is represented as a Uniform Resource Name (URN) with the following format. URN:LSID:Authority:Namespace:ObjectID[:Version]
Inheritance Hierarchy

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class LSID

The LSID type exposes the following members.

Constructors
  NameDescription
Public methodLSID(String)
Create a LSID instance.
Public methodLSID(String, String, String)
Create a LSID instance.
Public methodLSID(String, String, String, String)
Create a LSID instance.
Top
Properties
  NameDescription
Public propertyAuthority
Authority.
Public propertyGUID
GUID.
Public propertyNameSpace
Name space.
Public propertyObjectID
Object ID.
Public propertyVersion
Version.
Top
See Also