Show / Hide Table of Contents

Class TextTemplateDefinitionRecord

Inheritance
object
Entity
Entity<Guid>
BasicAggregateRoot<Guid>
TextTemplateDefinitionRecord
Implements
IAggregateRoot<Guid>
IEntity<Guid>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
Inherited Members
BasicAggregateRoot<Guid>.GetLocalEvents()
BasicAggregateRoot<Guid>.GetDistributedEvents()
BasicAggregateRoot<Guid>.ClearLocalEvents()
BasicAggregateRoot<Guid>.ClearDistributedEvents()
BasicAggregateRoot<Guid>.AddLocalEvent(object)
BasicAggregateRoot<Guid>.AddDistributedEvent(object)
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.Abp.TextTemplateManagement.TextTemplates
Assembly: Volo.Abp.TextTemplateManagement.Domain.dll
Syntax
public class TextTemplateDefinitionRecord : BasicAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties

Constructors

TextTemplateDefinitionRecord()

Declaration
public TextTemplateDefinitionRecord()

TextTemplateDefinitionRecord(Guid, string, string, bool, string, string, bool, string, string)

Declaration
public TextTemplateDefinitionRecord(Guid id, string name, string displayName, bool isLayout, string layout, string localizationResourceName, bool isInlineLocalized, string defaultCultureName, string renderEngine)
Parameters
Type Name Description
Guid id
string name
string displayName
bool isLayout
string layout
string localizationResourceName
bool isInlineLocalized
string defaultCultureName
string renderEngine

Properties

DefaultCultureName

Declaration
public string DefaultCultureName { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

ExtraProperties

Declaration
public ExtraPropertyDictionary ExtraProperties { get; protected set; }
Property Value
Type Description
ExtraPropertyDictionary

IsInlineLocalized

Declaration
public bool IsInlineLocalized { get; set; }
Property Value
Type Description
bool

IsLayout

Declaration
public bool IsLayout { get; set; }
Property Value
Type Description
bool

Layout

Declaration
public string Layout { get; set; }
Property Value
Type Description
string

LocalizationResourceName

Declaration
public string LocalizationResourceName { get; set; }
Property Value
Type Description
string

Name

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

RenderEngine

Declaration
public string RenderEngine { get; set; }
Property Value
Type Description
string

Methods

HasSameData(TextTemplateDefinitionRecord)

Declaration
public bool HasSameData(TextTemplateDefinitionRecord otherRecord)
Parameters
Type Name Description
TextTemplateDefinitionRecord otherRecord
Returns
Type Description
bool

Patch(TextTemplateDefinitionRecord)

Declaration
public void Patch(TextTemplateDefinitionRecord otherRecord)
Parameters
Type Name Description
TextTemplateDefinitionRecord otherRecord

Implements

IAggregateRoot<TKey>
IEntity<TKey>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties

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