Class TBinary

Unit

Declaration

type TBinary = class(TResource)

Description

A binary resource can contain any content, whether text, image, pdf, zip archive, etc. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property contentType : string read GetcontentType write SetcontentType;
Public property contentTypeElement : Tcode read GetcontentTypeElement write SetcontentTypeElement;
Public property securityContext : TReference read GetsecurityContext write SetsecurityContext;
Public property content : string read Getcontent write Setcontent;
Public property contentElement : Tbase64Binary read GetcontentElement write SetcontentElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property contentType : string read GetcontentType write SetcontentType;

MimeType of the binary content represented as a standard MimeType (BCP 13).

Public property contentTypeElement : Tcode read GetcontentTypeElement write SetcontentTypeElement;
 
Public property securityContext : TReference read GetsecurityContext write SetsecurityContext;

Treat this binary as if it was this other resource for access control purposes.

Public property content : string read Getcontent write Setcontent;

The actual content, base64 encoded.

Public property contentElement : Tbase64Binary read GetcontentElement write SetcontentElement;
 

Generated by PasDoc 0.15.0.