Show / Hide Table of Contents

Class ModuleExtensionConfigurationHelper

Inheritance
System.Object
ModuleExtensionConfigurationHelper
Namespace: Volo.Abp.ObjectExtending.Modularity
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public static class ModuleExtensionConfigurationHelper : object

Methods

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
System.String moduleName
System.String entityName
Type entityType
Type[] createFormTypes
Type[] editFormTypes
Type[] getApiTypes
Type[] createApiTypes
Type[] updateApiTypes

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
System.String moduleName
System.String objectName
Type[] getApiTypes
Type[] createApiTypes
Type[] updateApiTypes

ApplyEntityConfigurationToEntity(String, String, Type)

Declaration
public static void ApplyEntityConfigurationToEntity(string moduleName, string entityName, Type entityType)
Parameters
Type Name Description
System.String moduleName
System.String entityName
Type entityType

ApplyEntityConfigurationToUi(String, String, Type[], Type[])

Declaration
public static void ApplyEntityConfigurationToUi(string moduleName, string entityName, Type[] createFormTypes = null, Type[] editFormTypes = null)
Parameters
Type Name Description
System.String moduleName
System.String entityName
Type[] createFormTypes
Type[] editFormTypes

ApplyPropertyConfigurationToTypes(ExtensionPropertyConfiguration, Type[])

Declaration
public static void ApplyPropertyConfigurationToTypes(ExtensionPropertyConfiguration propertyConfig, Type[] types)
Parameters
Type Name Description
ExtensionPropertyConfiguration propertyConfig
Type[] types

GetPropertyConfigurations(String, String)

Declaration
public static IEnumerable<ExtensionPropertyConfiguration> GetPropertyConfigurations(string moduleName, string entityName)
Parameters
Type Name Description
System.String moduleName
System.String entityName
Returns
Type Description
IEnumerable<ExtensionPropertyConfiguration>
Back to top Powered by Volosoft