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
Code Details >> Core >> BriefItem >> BriefItem_CitationResponse

BriefItem_CitationResponse Class



Citation-only brief item, primarily used for serialization


Namespace: SobekCM.Core.BriefItem
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("item")]
[DataContractAttribute]
public class BriefItem_CitationResponse

Remarks

This primarily acts as a wrapper around a BriefItemInfo class object.

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.BriefItem..::..BriefItem_CitationResponse

Constructors

  NameDescription
Public methodBriefItem_CitationResponse()()()()
Constructor for a new instance of the BriefItem_CitationXmlResponse class
Public methodBriefItem_CitationResponse(BriefItemInfo)
Constructor for a new instance of the BriefItem_CitationXmlResponse class

Properties

  NameDescription
Public propertyBibID
Bibliographic identifier for this item
Public propertyBriefItem
Get the BriefItemInfo class wrapped by this class
Public propertyDescription
Description/Citation elements for this item
Public propertyNamespaces
Namespace definition used within the brief item (generally within the citation)
Public propertyTitle
Title for this item
Public propertyVID
Volume identifier for this item

See Also



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