Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

FormBuilderBase<(Of <(<'TFormModel, TBuilder>)>)> Members

The FormBuilderBase<(Of <(<'TFormModel, TBuilder>)>)> type exposes the following members.

Constructors


  Name Description
Public method FormBuilderBase<(Of <(<'TFormModel, TBuilder>)>)>

Methods


  Name Description
Public method AddCssClass(System.String) (Inherited from TagBuilder.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GenerateId(System.String) (Inherited from TagBuilder.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LoadingElementId
Sets id of the element that is made visible while the results are loading.
Protected method MemberwiseClone (Inherited from Object.)
Public method MergeAttribute(IAttribute) (Inherited from TagBuilder.)
Public method MergeAttribute(System.String,System.String) (Inherited from TagBuilder.)
Public method MergeAttribute(System.String,System.String,System.Boolean) (Inherited from TagBuilder.)
Public method MergeAttributes(AttributeCollection) (Inherited from TagBuilder.)
Public method MergeAttributes(Object) (Inherited from TagBuilder.)
Public method MergeAttributes``2(System.Collections.Generic.IDictionary{``0, ``1}) (Inherited from TagBuilder.)
Public method MergeAttributes``2(System.Collections.Generic.IDictionary{``0, ``1},System.Boolean) (Inherited from TagBuilder.)
Public method OnSuccess
Selects the basic form action to perform on AJAX success.
Public method SetInnerText(System.String) (Inherited from TagBuilder.)
Public method ToHtmlString()()()() (Inherited from TagBuilder.)
Public method ToHtmlString(TagRenderMode) (Inherited from TagBuilder.)
Public method ToString()()()() (Inherited from TagBuilder.)
Public method ToString(TagRenderMode) (Inherited from TagBuilder.)
Public method ToString(TagRenderMode, Boolean) (Inherited from TagBuilder.)
Public method ToString(System.Web.Mvc.TagRenderMode) (Inherited from TagBuilder.)
Public method WriteEndTag
Writes the end tag and script statements.
Protected method WriteStartTag

Properties


  Name Description
Public property Attributes (Inherited from TagBuilder.)
Protected property FormJsType
Gets

Field Value

name of the JavaScript class that contains program logic of the form.
Public property Id
Public property IdAttributeDotReplacement (Inherited from TagBuilder.)
Public property InnerHtml (Inherited from TagBuilder.)
Protected property RenderMode (Inherited from TagBuilder.)
Public property TagName (Inherited from TagBuilder.)