Show / Hide Table of Contents

Class NewModel.CreatePostViewModel

Inheritance
System.Object
NewModel.CreatePostViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Blogging.Pages.Blog.Posts
Assembly: Volo.Blogging.Web.dll
Syntax
public class CreatePostViewModel

Properties

BlogId

Declaration
[Required]
public Guid BlogId { get; set; }
Property Value
Type Description
System.Guid

Content

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String

CoverImage

Declaration
[Required]
public string CoverImage { get; set; }
Property Value
Type Description
System.String

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Tags

Declaration
public string Tags { get; set; }
Property Value
Type Description
System.String

Title

Declaration
[Required]
public string Title { get; set; }
Property Value
Type Description
System.String

Url

Declaration
[Required]
public string Url { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft