Class BlogDto
Inheritance
System.Object
BlogDto
Assembly: Volo.Blogging.Admin.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 |
|
Extension Methods