Class TCitationContributorship

Unit

Declaration

type TCitationContributorship = class(TBackboneElement)

Description

The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property complete : boolean read Getcomplete write Setcomplete;
Public property completeElement : Tboolean read GetcompleteElement write SetcompleteElement;
Public property entry : TCitationEntryArray read GetentryArray;
Public property summary : TCitationSummary1Array read GetsummaryArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property complete : boolean read Getcomplete write Setcomplete;

Indicates if the list includes all authors and/or contributors.

Public property completeElement : Tboolean read GetcompleteElement write SetcompleteElement;
 
Public property entry : TCitationEntryArray read GetentryArray;

An individual entity named in the author list or contributor list.

Public property summary : TCitationSummary1Array read GetsummaryArray;

Used to record a display of the author/contributor list without separate coding for each list member.


Generated by PasDoc 0.15.0.