Show / Hide Table of Contents

Class NewsletterPreference

Inheritance
object
Entity
Entity<Guid>
CreationAuditedEntity<Guid>
NewsletterPreference
Implements
IEntity<Guid>
IEntity
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
IMultiTenant
Inherited Members
CreationAuditedEntity<Guid>.CreationTime
CreationAuditedEntity<Guid>.CreatorId
Entity<Guid>.GetKeys()
Entity<Guid>.ToString()
Entity<Guid>.Id
Entity.EntityEquals(IEntity)
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Newsletters
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public class NewsletterPreference : CreationAuditedEntity<Guid>, IEntity<Guid>, IEntity, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IMultiTenant

Constructors

NewsletterPreference()

Declaration
protected NewsletterPreference()

NewsletterPreference(Guid, Guid, string, string, string, Guid?)

Declaration
public NewsletterPreference(Guid id, Guid newsletterRecordId, string preference, string source, string sourceUrl, Guid? tenantId = null)
Parameters
Type Name Description
Guid id
Guid newsletterRecordId
string preference
string source
string sourceUrl
Guid? tenantId

Properties

NewsletterRecordId

Declaration
public virtual Guid NewsletterRecordId { get; protected set; }
Property Value
Type Description
Guid

Preference

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

Source

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

SourceUrl

Declaration
public virtual string SourceUrl { get; protected set; }
Property Value
Type Description
string

TenantId

Declaration
public virtual Guid? TenantId { get; protected set; }
Property Value
Type Description
Guid?

Implements

IEntity<TKey>
IEntity
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
IMultiTenant

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