Class ExtensionPropertyFeaturePolicyDto
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ExtensionPropertyFeaturePolicyDto
Constructors
ExtensionPropertyFeaturePolicyDto()
Declaration
public ExtensionPropertyFeaturePolicyDto()
Properties
Features
Declaration
public string[] Features { get; set; }
Property Value
Type | Description |
---|---|
string[] |
RequiresAll
Declaration
public bool RequiresAll { get; set; }
Property Value
Type | Description |
---|---|
bool |