Class AppEntityWithDisableAuditingAndPropertyHasAudited
Inheritance
object
Entity<System.Guid>
BasicAggregateRoot<System.Guid>
AggregateRoot<System.Guid>
AppEntityWithDisableAuditingAndPropertyHasAudited
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Auditing.App.Entities
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
[DisableAuditing]
public class AppEntityWithDisableAuditingAndPropertyHasAudited : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
AppEntityWithDisableAuditingAndPropertyHasAudited()
Declaration
protected AppEntityWithDisableAuditingAndPropertyHasAudited()
AppEntityWithDisableAuditingAndPropertyHasAudited(Guid, string, string, string)
Declaration
public AppEntityWithDisableAuditingAndPropertyHasAudited(Guid id, string name, string name2, string name3)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | id | |
| string | name | |
| string | name2 | |
| string | name3 |
Properties
Name
Declaration
[Audited]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name2
Declaration
public string Name2 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name3
Declaration
[Audited]
public string Name3 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |