ActionInvocationContext.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 a factory class that is used to instantiate entity types.
public:
property ActionEntityFactory ^ EntityFactory { ActionEntityFactory ^ get(); };
ActionEntityFactory EntityFactory();
public ActionEntityFactory EntityFactory { get; }
var actionEntityFactory = actionInvocationContext.entityFactory;
Public ReadOnly Property EntityFactory As ActionEntityFactory
Property Value
An instance of ActionEntityFactory.