Class TCitationWhoClassified

Unit

Declaration

type TCitationWhoClassified = 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 person : TReference read Getperson write Setperson;
Public property organization : TReference read Getorganization write Setorganization;
Public property publisher : TReference read Getpublisher write Setpublisher;
Public property classifierCopyright : string read GetclassifierCopyright write SetclassifierCopyright;
Public property classifierCopyrightElement : Tstring read GetclassifierCopyrightElement write SetclassifierCopyrightElement;
Public property freeToShare : boolean read GetfreeToShare write SetfreeToShare;
Public property freeToShareElement : Tboolean read GetfreeToShareElement write SetfreeToShareElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property person : TReference read Getperson write Setperson;

Person who created the classification.

Public property organization : TReference read Getorganization write Setorganization;

Organization who created the classification.

Public property publisher : TReference read Getpublisher write Setpublisher;

The publisher of the classification, not the publisher of the article or artifact being cited.

Public property classifierCopyright : string read GetclassifierCopyright write SetclassifierCopyright;

Rights management statement for the classification.

Public property classifierCopyrightElement : Tstring read GetclassifierCopyrightElement write SetclassifierCopyrightElement;
 
Public property freeToShare : boolean read GetfreeToShare write SetfreeToShare;

Acceptable to re-use the classification.

Public property freeToShareElement : Tboolean read GetfreeToShareElement write SetfreeToShareElement;
 

Generated by PasDoc 0.15.0.