C# Класс Sakura.AspNetCore.OperationMessageExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( [ collection, OperationMessageLevel level, [ title, [ description = null ) : OperationMessage

Add a new message into the message collection.

Описание методов

Add() публичный статический Метод

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.
Результат OperationMessage