C# 클래스 Sakura.AspNetCore.OperationMessageExtensions

파일 보기 프로젝트 열기: sgjsakura/AspNetCore

공개 메소드들

메소드 설명
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