Class ApplicationFeatureConfigurationDto
Inheritance
object
ApplicationFeatureConfigurationDto
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
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ApplicationFeatureConfigurationDto
Constructors
ApplicationFeatureConfigurationDto()
Declaration
public ApplicationFeatureConfigurationDto()
Properties
Values
Declaration
public Dictionary<string, string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |