Class BlogDto
Inheritance
System.Object
BlogDto
Namespace: Volo.Blogging.Blogs.Dtos
Assembly: Volo.Blogging.Application.Contracts.dll
Syntax
public class BlogDto : FullAuditedEntityDto<Guid>
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShortName
Declaration
public string ShortName { get; set; }
Property Value
Type | Description |
---|---|
System.String |