Property Event

Fired once for each property found within an entity.

Syntax

public open class DefaultOdataEventListener : OdataEventListener {
  ...
  public override fun property(e: OdataPropertyEvent) {}
  ...
}

public class OdataPropertyEvent {
  val name: String?
  val typeName: String?
  val nullable: Boolean
}

Remarks

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

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]