container for Import CSV arguments
Inheritance Hierarchy
RainWorx.FrameWorx.MVC.ControllersEventControllerPublishEventArgs
Namespace: RainWorx.FrameWorx.MVC.Controllers
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public class PublishEventArgs
The EventControllerPublishEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EventControllerPublishEventArgs | Initializes a new instance of the EventControllerPublishEventArgs class |
Fields
Name | Description | |
---|---|---|
![]() | ActingUserName |
The username of the user who requested this action
|
![]() | EventID |
The event to be published
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also