Show / Hide Table of Contents

Class CreateCommentDto

Inheritance
System.Object
CreateCommentDto
Namespace: Volo.Blogging.Comments.Dtos
Assembly: Volo.Blogging.Application.Contracts.dll
Syntax
public class CreateCommentDto : object

Properties

PostId

Declaration
public Guid PostId { get; set; }
Property Value
Type Description
Guid

RepliedCommentId

Declaration
public Guid? RepliedCommentId { get; set; }
Property Value
Type Description
System.Nullable<Guid>

Text

Declaration
public string Text { 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