Class ModuleExtensionDto
Inheritance
object
ModuleExtensionDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ModuleExtensionDto
Constructors
ModuleExtensionDto()
Declaration
public ModuleExtensionDto()
Properties
Configuration
Declaration
public Dictionary<string, object> Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, object> |
Entities
Declaration
public Dictionary<string, EntityExtensionDto> Entities { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, EntityExtensionDto> |