Class ModuleExtensionConfigurationHelper
Inheritance
ModuleExtensionConfigurationHelper
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public static class ModuleExtensionConfigurationHelper
Methods
ApplyEntityConfigurationToApi(string, string, Type[]?, Type[]?, Type[]?)
Declaration
public static void ApplyEntityConfigurationToApi(string moduleName, string objectName, Type[]? getApiTypes = null, Type[]? createApiTypes = null, Type[]? updateApiTypes = null)
Parameters
Type |
Name |
Description |
string |
moduleName |
|
string |
objectName |
|
Type[] |
getApiTypes |
|
Type[] |
createApiTypes |
|
Type[] |
updateApiTypes |
|
ApplyEntityConfigurationToEntity(string, string, Type)
Declaration
public static void ApplyEntityConfigurationToEntity(string moduleName, string entityName, Type entityType)
Parameters
ApplyEntityConfigurationToUi(string, string, Type[]?, Type[]?)
Declaration
public static void ApplyEntityConfigurationToUi(string moduleName, string entityName, Type[]? createFormTypes = null, Type[]? editFormTypes = null)
Parameters
Type |
Name |
Description |
string |
moduleName |
|
string |
entityName |
|
Type[] |
createFormTypes |
|
Type[] |
editFormTypes |
|
ApplyEntityConfigurations(string, string, Type?, Type[]?, Type[]?, Type[]?, Type[]?, Type[]?)
Declaration
public static void ApplyEntityConfigurations(string moduleName, string entityName, Type? entityType = null, Type[]? createFormTypes = null, Type[]? editFormTypes = null, Type[]? getApiTypes = null, Type[]? createApiTypes = null, Type[]? updateApiTypes = null)
Parameters
Type |
Name |
Description |
string |
moduleName |
|
string |
entityName |
|
Type |
entityType |
|
Type[] |
createFormTypes |
|
Type[] |
editFormTypes |
|
Type[] |
getApiTypes |
|
Type[] |
createApiTypes |
|
Type[] |
updateApiTypes |
|
ApplyPropertyConfigurationToTypes(ExtensionPropertyConfiguration, Type[])
Declaration
public static void ApplyPropertyConfigurationToTypes(ExtensionPropertyConfiguration propertyConfig, Type[] types)
Parameters
GetPropertyConfigurations(string, string)
Declaration
public static IEnumerable<ExtensionPropertyConfiguration> GetPropertyConfigurations(string moduleName, string entityName)
Parameters
Returns