XdsObjects Help file
XdsObjects Namespace / XdsAuthor Class
Members



XdsAuthor Class
Class representing the author of an XDS document or XDS SubmissionSet.
Syntax
Public Class XdsAuthor 
Dim instance As XdsAuthor
public class XdsAuthor 
public ref class XdsAuthor 
Remarks
According to the XDS specification, an author shall have:
  • One instance of the authorPerson sub-attribute
    This is represented by the Name property

  • Zero or more instances of the authorInstitution sub-attribute
    This is represented by the Institution property

  • Zero or more instances of the authorRole sub-attribute
    This is represented by the Role property

  • Zero or more instances of the authorSpecialty sub-attribute
    This is represented by the Speciality property

Institution, Role and Speciality are XdsMultiString objects, allowing multiple values, but still allowing simple strings to be assigned to them for the (common) scenarios where only single values are used.
Inheritance Hierarchy

System.Object
   XdsObjects.XdsAuthor

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also