Class TContractSigner

Unit

Declaration

type TContractSigner = class(TBackboneElement)

Description

A formal agreement between parties regarding the conduct of business, exchange of information or other matters.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCoding read Gettype_ write Settype_;
Public property party : TReference read Getparty write Setparty;
Public property signature : TSignatureArray read GetsignatureArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCoding read Gettype_ write Settype_;

Role of this Contract signer, e.g. notary, grantee.

Public property party : TReference read Getparty write Setparty;

Party which is a signator to this Contract.

Public property signature : TSignatureArray read GetsignatureArray;

Legally binding Contract DSIG signature contents in Base64.


Generated by PasDoc 0.15.0.