ActionRuntime.EntityFactory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.