IP*Works! 2016 Android Edition
IP*Works! 2016 Android Edition
Questions / Feedback?

Property Event

Fired once for each property found within an entity.

Syntax

public void fireProperty(OdataPropertyEvent event);

public class OdataPropertyEvent {
  public String name;
  public String typeName;
  public boolean nullable;
}

Remarks

The Property event is fired once for each property found within an entity after setting SchemaEntityIndex.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Android Edition - Version 16.0 [Build 7353]