Show / Hide Table of Contents

Class TestSettingNames

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

Fields

TestSettingEncrypted

Declaration
public const string TestSettingEncrypted = "TestSettingEncrypted"
Field Value
Type Description
string

TestSettingWithDefaultValue

Declaration
public const string TestSettingWithDefaultValue = "TestSettingWithDefaultValue"
Field Value
Type Description
string

TestSettingWithoutDefaultValue

Declaration
public const string TestSettingWithoutDefaultValue = "TestSettingWithoutDefaultValue"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform