CustomEntityHandlers Method
Extension should create and return a list of CustomEntityHandler(s) to override default commands for custom entity types.
Syntax
System.Collections.Generic.IEnumerable<CustomEntityHandler> CustomEntityHandlers()Function CustomEntityHandlers() As System.Collections.Generic.IEnumerable(Of CustomEntityHandler)Return Value
Collection of CustomEntityHandler objects implementing override behavior for specific custom entity types.