Unit 'uRESTDWServerContext' Package
[Overview][Constants][Types][Classes][Index] [#pl_restdataware]

TRESTDWContext

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uRESTDWServerContext.pas line 186

type TRESTDWContext = class(TCollectionItem)

public

  function GetDisplayName; override;

  

  procedure SetDisplayName(); override;

  

  function GetNamePath; override;

  

  procedure Assign(); override;

  

  procedure CompareParams();

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property Params: TRESTDWParamsMethods; [rw]

  

  property ContentType: string; [rw]

  

  property BaseURL: string; [rw]

  

  property ContextName: string; [rw]

  

  property DefaultHtml: TStrings; [rw]

  

  property Description: TStrings; [rw]

  

  property Routes: TRESTDWRoutes; [rw]

  

  property ContextRules: TRESTDWContextRules; [rw]

  

  property OnlyPreDefinedParams: Boolean; [rw]

  

  property IgnoreBaseHeader: Boolean; [rw]

  

  property OnAuthRequest: TRESTDWAuthRequest; [rw]

  

  property OnReplyRequest: TRESTDWReplyRequest; [rw]

  

  property OnReplyRequestStream: TRESTDWReplyRequestStream; [rw]

  

  property OnBeforeRenderer: TRESTDWBeforeRenderer; [rw]

  

  property OnBeforeCall: TObjectExecute; [rw]

  

end;

Inheritance

TRESTDWContext

  

|

TObject



CT Web help

CodeTyphon Studio