Show / Hide Table of Contents

Class AbpFeatureErrorCodes

Inheritance
object
AbpFeatureErrorCodes
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.dll
Syntax
public static class AbpFeatureErrorCodes

Fields

AllOfTheseFeaturesMustBeEnabled

Declaration
public const string AllOfTheseFeaturesMustBeEnabled = "Volo.Feature:010002"
Field Value
Type Description
string

AtLeastOneOfTheseFeaturesMustBeEnabled

Declaration
public const string AtLeastOneOfTheseFeaturesMustBeEnabled = "Volo.Feature:010003"
Field Value
Type Description
string

FeatureIsNotEnabled

Declaration
public const string FeatureIsNotEnabled = "Volo.Feature:010001"
Field Value
Type Description
string
In this article
Back to top Powered by Volosoft