Show / Hide Table of Contents

Class CmsKitProTestData

Inheritance
object
CmsKitProTestData
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.CmsKit.Pro
Assembly: Volo.CmsKit.Pro.TestBase.dll
Syntax
public class CmsKitProTestData : ISingletonDependency

Constructors

CmsKitProTestData()

Declaration
public CmsKitProTestData()

Properties

Code

Declaration
public string Code { get; }
Property Value
Type Description
string

Email

Declaration
public string Email { get; }
Property Value
Type Description
string

EmailAddresses

Declaration
public string EmailAddresses { get; }
Property Value
Type Description
string

EmailAddresses2

Declaration
public string EmailAddresses2 { get; }
Property Value
Type Description
string

EntityId1

Declaration
public string EntityId1 { get; }
Property Value
Type Description
string

EntityId2

Declaration
public string EntityId2 { get; }
Property Value
Type Description
string

EntityType1

Declaration
public string EntityType1 { get; }
Property Value
Type Description
string

EntityType2

Declaration
public string EntityType2 { get; }
Property Value
Type Description
string

FallBackEmailAddresses

Declaration
public List<string> FallBackEmailAddresses { get; }
Property Value
Type Description
List<string>

FaqQuestionId

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

FaqQuestionOrder

Declaration
public int FaqQuestionOrder { get; }
Property Value
Type Description
int

FaqQuestionText

Declaration
public string FaqQuestionText { get; }
Property Value
Type Description
string

FaqQuestionTitle

Declaration
public string FaqQuestionTitle { get; }
Property Value
Type Description
string

FaqSectionGroupName

Declaration
public string FaqSectionGroupName { get; }
Property Value
Type Description
string

FaqSectionId

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

FaqSectionName

Declaration
public string FaqSectionName { get; }
Property Value
Type Description
string

FaqSectionOrder

Declaration
public int FaqSectionOrder { get; }
Property Value
Type Description
int

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

NewsletterEmailId

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

NullEntityId

Declaration
public string NullEntityId { get; }
Property Value
Type Description
string

PageFeedbackUserId

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

PollId

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

PollOptionId

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

PollOptionId2

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

Preference

Declaration
public string Preference { get; }
Property Value
Type Description
string

Question

Declaration
public string Question { get; }
Property Value
Type Description
string

ShortenedUrlId1

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

ShortenedUrlId2

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

ShortenedUrlSource1

Declaration
public string ShortenedUrlSource1 { get; }
Property Value
Type Description
string

ShortenedUrlSource2

Declaration
public string ShortenedUrlSource2 { get; }
Property Value
Type Description
string

ShortenedUrlTarget1

Declaration
public string ShortenedUrlTarget1 { get; }
Property Value
Type Description
string

ShortenedUrlTarget2

Declaration
public string ShortenedUrlTarget2 { get; }
Property Value
Type Description
string

Source

Declaration
public string Source { get; }
Property Value
Type Description
string

User1Id

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

User2Id

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

Widget

Declaration
public string Widget { get; }
Property Value
Type Description
string

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