Class TContributor

Unit

Declaration

type TContributor = class(TElement)

Description

A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TContributorType read Gettype_Element write Settype_Element;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property contact : TContactDetailArray read GetcontactArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of contributor.

Public property type_Element : TContributorType read Gettype_Element write Settype_Element;
 
Public property name_ : string read Getname_ write Setname_;

The name of the individual or organization responsible for the contribution.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property contact : TContactDetailArray read GetcontactArray;

Contact details to assist a user in finding and communicating with the contributor.


Generated by PasDoc 0.15.0.