 | UtilsTExtensionCreateEntryFormT Method (String, IEntryFormFactoryArgs) |
Create an entry form
Namespace:
EBP.Api
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic static T CreateEntryForm<T>(
string entryFormFactoryId,
IEntryFormFactoryArgs factoryArgs
)
where T : IEntryForm
Public Shared Function CreateEntryForm(Of T As IEntryForm) (
entryFormFactoryId As String,
factoryArgs As IEntryFormFactoryArgs
) As T
Parameters
- entryFormFactoryId
- Type: SystemString
Entry form factory Id - factoryArgs
- Type: EBP.Api.Interfaces.FormIEntryFormFactoryArgs
Argument containing entity identifier to load (or null for a new entity)
Type Parameters
- T
- Type of the entry form interface. Must be a IEntryForm
Return Value
Type:
TCreated entry form
See Also