Class Author
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Events.Distributed.EntitySynchronizers.WithoutEntityVersion
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class Author : Entity<Guid>, IEntity<Guid>, IEntity
Constructors
Author()
Declaration
protected Author()
Author(Guid, string)
Declaration
public Author(Guid id, string name)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | |
string | name |
Properties
Name
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |