Class BlogEto
Inheritance
System.Object
BlogEto
Assembly: Volo.Blogging.Domain.Shared.dll
Syntax
public class BlogEto : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public Guid Id { get; set; }
Property Value
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