C# Class DotNetClub.Web.ViewModels.Notice.NoticeViewModel

显示文件 Open project: scheshan/DotNetClub Class Usage Examples

Public Methods

Method Description
NoticeViewModel ( string message, string title = null, MessageType type = MessageType.Danger ) : System

Method Details

NoticeViewModel() public method

public NoticeViewModel ( string message, string title = null, MessageType type = MessageType.Danger ) : System
message string
title string
type MessageType
return System