Get a list of all custom fields of all types that should be potentially be displayed on a consignor statement
Namespace:
RainWorx.FrameWorx.MVC.HelpersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public static void GetStatementCustomFields( this HtmlHelper htmlHelper, out List<CustomField> eventFields, out List<CustomField> sellerFields, out List<CustomField> consignorFields, out List<CustomField> listingFields )
Parameters
- htmlHelper
- Type: HtmlHelper
- eventFields
- Type: System.Collections.GenericListCustomField
- sellerFields
- Type: System.Collections.GenericListCustomField
- consignorFields
- Type: System.Collections.GenericListCustomField
- listingFields
- Type: System.Collections.GenericListCustomField
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).See Also