C# Class Sakura.AspNetCore.OperationMessageExtensions

Datei anzeigen Open project: sgjsakura/AspNetCore

Public Methods

Method Description
Add ( [ collection, OperationMessageLevel level, [ title, [ description = null ) : OperationMessage

Add a new message into the message collection.

Method Details

Add() public static method

Add a new message into the message collection.
is null.
public static Add ( [ collection, OperationMessageLevel level, [ title, [ description = null ) : OperationMessage
collection [ The collection of messages to be adding the new message.
level OperationMessageLevel The level of the new message.
title [ The title of the new message.
description [ The detailed description of the new message.
return OperationMessage