C# Class Sakura.AspNetCore.OperationMessageExtensions

Afficher le fichier Open project: sgjsakura/AspNetCore

Méthodes publiques

Méthode Description
Add ( [ collection, OperationMessageLevel level, [ title, [ description = null ) : OperationMessage

Add a new message into the message collection.

Method Details

Add() public static méthode

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.
Résultat OperationMessage