Share via


ActionRuntime.EntityFactory Property

Definition

Gets an instance of the ActionEntityFactory class that is used to create instances of all the app action entity types.

public:
 property ActionEntityFactory ^ EntityFactory { ActionEntityFactory ^ get(); };
ActionEntityFactory EntityFactory();
public ActionEntityFactory EntityFactory { get; }
var actionEntityFactory = actionRuntime.entityFactory;
Public ReadOnly Property EntityFactory As ActionEntityFactory

Property Value

An instance of AppActionEntityFactory.

Applies to