Show / Hide Table of Contents

Class TextManagementTestData

Inheritance
object
TextManagementTestData
Implements
ISingletonDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TextTemplateManagement
Assembly: Volo.Abp.TextTemplateManagement.TestBase.dll
Syntax
public class TextManagementTestData : ISingletonDependency

Constructors

TextManagementTestData()

Declaration
public TextManagementTestData()

Fields

ForgotPasswordEmailTemplate

Declaration
public const string ForgotPasswordEmailTemplate = "ForgotPasswordEmail"
Field Value
Type Description
string

TotalTemplateContentCount

Declaration
public const byte TotalTemplateContentCount = 4
Field Value
Type Description
byte

WelcomeEmailTemplate

Declaration
public const string WelcomeEmailTemplate = "WelcomeEmail"
Field Value
Type Description
string

Properties

TextTemplate1Id

Declaration
public Guid TextTemplate1Id { get; }
Property Value
Type Description
Guid

TextTemplate2Id

Declaration
public Guid TextTemplate2Id { get; }
Property Value
Type Description
Guid

TextTemplate3Id

Declaration
public Guid TextTemplate3Id { get; }
Property Value
Type Description
Guid

TextTemplate4Id

Declaration
public Guid TextTemplate4Id { get; }
Property Value
Type Description
Guid

TextTemplateContent1

Declaration
public TextTemplateContent TextTemplateContent1 { get; }
Property Value
Type Description
TextTemplateContent

TextTemplateContent2

Declaration
public TextTemplateContent TextTemplateContent2 { get; }
Property Value
Type Description
TextTemplateContent

TextTemplateContent3

Declaration
public TextTemplateContent TextTemplateContent3 { get; }
Property Value
Type Description
TextTemplateContent

TextTemplateContent4

Declaration
public TextTemplateContent TextTemplateContent4 { get; }
Property Value
Type Description
TextTemplateContent

Implements

ISingletonDependency

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform