IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

EvalEntity Event

Fired every time an entity needs to be evaluated.

Syntax

[VB.NET]
Public Event OnEvalEntity As OnEvalEntityHandler
[C#]
public event OnEvalEntityHandler OnEvalEntity;

public delegate void OnEvalEntityHandler(object sender, RestsEvalEntityEventArgs e);

class RestsEvalEntityEventArgs : EventArgs {
  string Entity {get;}
  string Value {get; set;}
}

Remarks

The Value parameter contains a suggested value for the entity (normally the entity name itself). You may set Value to a value of your choice, which will be later passed into the text stream.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0