Class InitializeUserNoteInput
Inheritance
InitializeUserNoteInput
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class InitializeUserNoteInput
Constructors
InitializeUserNoteInput()
Declaration
public InitializeUserNoteInput()
Properties
Id
Declaration
public Guid Id { get; set; }
Property Value
IsUseful
Declaration
public bool IsUseful { get; set; }
Property Value
UserNote
Declaration
[DynamicStringLength(typeof(PageFeedbackConst), "MaxUserNoteLength", null)]
public string UserNote { get; set; }
Property Value
Extension Methods