Classe TRESTDWMessagePart
Unit
Declaração
type TRESTDWMessagePart = class(TCollectionItem)
Descrição
Hierarquia
- TObject
- TPersistent
- TCollectionItem
- TRESTDWMessagePart
Visão Geral
Campos
![]() |
FContentMD5: String; |
![]() |
FCharSet: String; |
![]() |
FEndBoundary: String; |
![]() |
FFileName: String; |
![]() |
FName: String; |
![]() |
FExtraHeaders: TRESTDWHeaderList; |
![]() |
FHeaders: TRESTDWHeaderList; |
![]() |
FIsEncoded: Boolean; |
![]() |
FOnGetMessagePartStream: TOnGetMessagePartStream; |
![]() |
FParentPart: Integer; |
Métodos
![]() |
Function GetContentDisposition: String; Virtual; |
![]() |
Function GetContentType: String; Virtual; |
![]() |
Function GetContentTransfer: String; Virtual; |
![]() |
Function GetContentID: String; Virtual; |
![]() |
Function GetContentLocation: String; Virtual; |
![]() |
Function GetContentDescription: String; Virtual; |
![]() |
Function GetMessageParts: TRESTDWMessageParts; |
![]() |
Function GetOwnerMessage: TPersistent; |
![]() |
Procedure SetContentDisposition(Const Value : String); Virtual; |
![]() |
Procedure SetContentType(Const Value : String); Virtual; |
![]() |
Procedure SetContentTransfer(Const Value : String); Virtual; |
![]() |
Procedure SetExtraHeaders(Const Value : TRESTDWHeaderList); |
![]() |
Procedure SetContentID(Const Value : String); Virtual; |
![]() |
Procedure SetContentDescription(Const Value : String); Virtual; |
![]() |
Procedure SetContentLocation(Const Value : String); Virtual; |
![]() |
Constructor Create(aCollection : TCollection); Override; |
![]() |
Destructor Destroy; Override; |
![]() |
Procedure Assign(Source : TPersistent); Override; |
![]() |
Function GetCharSet(AHeader : String) : String; |
![]() |
Function ResolveContentType(AContentType : String) : String; |
![]() |
Class Function PartType: TRESTDWMessagePartType; Virtual; |
Propriedades
Descrição
Campos
![]() |
FContentMD5: String; |
![]() |
FCharSet: String; |
![]() |
FEndBoundary: String; |
![]() |
FFileName: String; |
![]() |
FName: String; |
![]() |
FExtraHeaders: TRESTDWHeaderList; |
![]() |
FHeaders: TRESTDWHeaderList; |
![]() |
FIsEncoded: Boolean; |
![]() |
FOnGetMessagePartStream: TOnGetMessagePartStream; |
![]() |
FParentPart: Integer; |
Métodos
![]() |
Function GetContentDisposition: String; Virtual; |
![]() |
Function GetContentType: String; Virtual; |
![]() |
Function GetContentTransfer: String; Virtual; |
![]() |
Function GetContentID: String; Virtual; |
![]() |
Function GetContentLocation: String; Virtual; |
![]() |
Function GetContentDescription: String; Virtual; |
![]() |
Function GetMessageParts: TRESTDWMessageParts; |
![]() |
Function GetOwnerMessage: TPersistent; |
![]() |
Procedure SetContentDisposition(Const Value : String); Virtual; |
![]() |
Procedure SetContentType(Const Value : String); Virtual; |
![]() |
Procedure SetContentTransfer(Const Value : String); Virtual; |
![]() |
Procedure SetExtraHeaders(Const Value : TRESTDWHeaderList); |
![]() |
Procedure SetContentID(Const Value : String); Virtual; |
![]() |
Procedure SetContentDescription(Const Value : String); Virtual; |
![]() |
Procedure SetContentLocation(Const Value : String); Virtual; |
![]() |
Constructor Create(aCollection : TCollection); Override; |
![]() |
Destructor Destroy; Override; |
![]() |
Procedure Assign(Source : TPersistent); Override; |
![]() |
Function GetCharSet(AHeader : String) : String; |
![]() |
Function ResolveContentType(AContentType : String) : String; |
![]() |
Class Function PartType: TRESTDWMessagePartType; Virtual; |
Propriedades
![]() |
property IsEncoded : Boolean Read FIsEncoded; |
![]() |
property MessageParts : TRESTDWMessageParts Read GetMessageParts; |
![]() |
property OwnerMessage : TPersistent Read GetOwnerMessage; |
![]() |
property OnGetMessagePartStream : TOnGetMessagePartStream Read FOnGetMessagePartStream Write FOnGetMessagePartStream; |
![]() |
property Headers : TRESTDWHeaderList Read FHeaders; |
![]() |
property CharSet : String Read FCharSet Write FCharSet; |
![]() |
property ContentDescription : String Read GetContentDescription Write SetContentDescription; |
![]() |
property ContentDisposition : String Read GetContentDisposition Write SetContentDisposition; |
![]() |
property ContentID : String Read GetContentID Write SetContentID; |
![]() |
property ContentLocation : String Read GetContentLocation Write SetContentLocation; |
![]() |
property ContentTransfer : String Read GetContentTransfer Write SetContentTransfer; |
![]() |
property ContentType : String Read GetContentType Write SetContentType; |
![]() |
property ExtraHeaders : TRESTDWHeaderList Read FExtraHeaders Write SetExtraHeaders; |
![]() |
property FileName : String Read FFileName Write FFileName; |
![]() |
property Name : String Read FName Write FName; |
![]() |
property ParentPart : Integer Read FParentPart Write FParentPart; |
Gerado por PasDoc 0.16.0.