C# Class Mhotivo.Logic.ViewMessage.ViewMessageLogic

Exibir arquivo Open project: armejiaf/Mhotivo Class Usage Examples

Public Properties

Property Type Description
MessageIdentifier string

Public Methods

Method Description
SetNewMessage ( string title, string content, string type ) : void
SetViewMessageIfExist ( ) : void
ViewMessageLogic ( Controller controller ) : System.Web.Mvc

Method Details

SetNewMessage() public method

public SetNewMessage ( string title, string content, string type ) : void
title string
content string
type string
return void

SetViewMessageIfExist() public method

public SetViewMessageIfExist ( ) : void
return void

ViewMessageLogic() public method

public ViewMessageLogic ( Controller controller ) : System.Web.Mvc
controller Controller
return System.Web.Mvc

Property Details

MessageIdentifier public_oe static_oe property

public static string MessageIdentifier
return string