 | ExtensionRegisterImportCategoryExtensionTEntity Method |
Registers a default import category for the specified API master table entity type.
Namespace:
EBP.Api.Extension
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxprotected void RegisterImportCategoryExtension<TEntity>(
string commandLineKeyword
)
where TEntity : IUserDefinedEntity
Protected Sub RegisterImportCategoryExtension(Of TEntity As IUserDefinedEntity) (
commandLineKeyword As String
)
Parameters
- commandLineKeyword
- Type: SystemString
Keyword used to execute import/export with SDK command
Type Parameters
- TEntity
- The type of the master table entity interface in wich export/import must be done.
See Also