Classe TRESTDWEvent

Unit

Declaração

type TRESTDWEvent = class(TCollectionItem)

Descrição

Hierarquia

Visão Geral

Métodos

Public Function GetDisplayName: String; Override;
Public Procedure SetDisplayName(Const Value : String); Override;
Public Procedure CompareParams(Var Dest : TRESTDWParams);
Public Procedure Assign(Source : TPersistent); Override;
Public Constructor Create(aCollection : TCollection); Override;
Public Function GetNamePath: String; Override;
Public Destructor Destroy; Override;

Propriedades

Published property Routes : TRESTDWRoutes Read vDWRoutes Write vDWRoutes;
Published property NeedAuthorization : Boolean Read vNeedAuthorization Write vNeedAuthorization;
Published property Params : TRESTDWParamsMethods Read vDWParams Write vDWParams;
Published property DataMode : TDataMode Read vDataMode Write SetDataMode;
Published property Name : String Read GetDisplayName Write SetDisplayName;
Published property EventName : String Read vEventName Write vEventName;
Published property BaseURL : String Read vBaseURL Write SetBaseURL;
Published property DefaultContentType : String Read vContentType Write SetContentType;
Published property CallbackEvent : Boolean Read vCallbackEvent Write vCallbackEvent;
Published property Description : TStrings Read vDescription Write SetDescription;
Published property OnlyPreDefinedParams : Boolean Read vOnlyPreDefinedParams Write vOnlyPreDefinedParams;
Published property OnReplyEvent : TDWReplyEvent Read GetReplyEvent Write SetReplyEvent;
Published property OnReplyEventByType : TDWReplyEventByType Read GetReplyEventByType Write SetReplyEventByType;
Published property OnAuthRequest : TDWAuthRequest Read GetAuthRequest Write SetAuthRequest;
Published property OnBeforeExecute : TObjectExecute Read vBeforeExecute Write vBeforeExecute;

Descrição

Métodos

Public Function GetDisplayName: String; Override;
 
Public Procedure SetDisplayName(Const Value : String); Override;
 
Public Procedure CompareParams(Var Dest : TRESTDWParams);
 
Public Procedure Assign(Source : TPersistent); Override;
 
Public Constructor Create(aCollection : TCollection); Override;
 
Public Function GetNamePath: String; Override;
 
Public Destructor Destroy; Override;
 

Propriedades

Published property Routes : TRESTDWRoutes Read vDWRoutes Write vDWRoutes;
 
Published property NeedAuthorization : Boolean Read vNeedAuthorization Write vNeedAuthorization;
 
Published property Params : TRESTDWParamsMethods Read vDWParams Write vDWParams;
 
Published property DataMode : TDataMode Read vDataMode Write SetDataMode;
 
Published property Name : String Read GetDisplayName Write SetDisplayName;
 
Published property EventName : String Read vEventName Write vEventName;
 
Published property BaseURL : String Read vBaseURL Write SetBaseURL;
 
Published property DefaultContentType : String Read vContentType Write SetContentType;
 
Published property CallbackEvent : Boolean Read vCallbackEvent Write vCallbackEvent;
 
Published property Description : TStrings Read vDescription Write SetDescription;
 
Published property OnlyPreDefinedParams : Boolean Read vOnlyPreDefinedParams Write vOnlyPreDefinedParams;
 
Published property OnReplyEvent : TDWReplyEvent Read GetReplyEvent Write SetReplyEvent;
 
Published property OnReplyEventByType : TDWReplyEventByType Read GetReplyEventByType Write SetReplyEventByType;
 
Published property OnAuthRequest : TDWAuthRequest Read GetAuthRequest Write SetAuthRequest;
 
Published property OnBeforeExecute : TObjectExecute Read vBeforeExecute Write vBeforeExecute;
 

Gerado por PasDoc 0.16.0.