Show / Hide Table of Contents

Class ModuleExtensionConfigurationHelper

Inheritance
object
ModuleExtensionConfigurationHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectExtending.Modularity
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
Type Name Description
string moduleName
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
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
Type Name Description
ExtensionPropertyConfiguration propertyConfig
Type[] types

GetPropertyConfigurations(string, string)

Declaration
public static IEnumerable<ExtensionPropertyConfiguration> GetPropertyConfigurations(string moduleName, string entityName)
Parameters
Type Name Description
string moduleName
string entityName
Returns
Type Description
IEnumerable<ExtensionPropertyConfiguration>
In this article
Back to top Powered by ABP.IO Platform