container for Import CSV arguments
Inheritance Hierarchy
RainWorx.FrameWorx.MVC.ControllersAdminControllerImportCSVArgs
Namespace: RainWorx.FrameWorx.MVC.Controllers
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public class ImportCSVArgs
The AdminControllerImportCSVArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AdminControllerImportCSVArgs | Initializes a new instance of the AdminControllerImportCSVArgs class |
Fields
Name | Description | |
---|---|---|
![]() | ActingUserName |
username of the acting user
|
![]() | CSVData |
csv data
|
![]() | Culture |
culture that data is expected to be formatted in
|
![]() | FileName |
the filename use for resulting output
|
![]() | ResultsEmail |
email to send final status message to
|
![]() | SaveAsDraft |
true to save as drafts
|
![]() | ValidateOnly |
true to validate the data without actually performing any inserts
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also