Class BlogManagement.DeleteBlogViewModel
Inheritance
BlogManagement.DeleteBlogViewModel
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public class BlogManagement.DeleteBlogViewModel
Constructors
DeleteBlogViewModel()
Declaration
public DeleteBlogViewModel()
Properties
AssignBlog
Declaration
public bool AssignBlog { get; set; }
Property Value
AssignToBlogId
Declaration
public Guid? AssignToBlogId { get; set; }
Property Value
BlogPostCount
Declaration
public long BlogPostCount { get; set; }
Property Value
DisabledDeleteButton
Declaration
public bool DisabledDeleteButton { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
OtherBlogs
Declaration
public List<BlogDto> OtherBlogs { get; set; }
Property Value
Extension Methods