Click or drag to resize
FileUploaderComponent Methods

The FileUploaderComponent type exposes the following members.

Methods
  NameDescription
Public methodBindContext
Binds contextual information to the form component.
(Overrides FormComponent.BindContext(FormComponentContext).)
Public methodGetDisplayName
Returns non-localized string representing component name. Component Name is returned in case of empty Label.
(Inherited from FormComponent.)
Public methodGetFileUploadParameters
Returns parameters to PostFile(Int32, String, String) endpoint for file upload from this form component.
Public methodGetModelPropertyCustomAttributes<T>
Gets a collection of custom attributes applied to the model's property this form component represents.
(Inherited from FormComponent.)
Public methodGetObjectValue
Gets the value of the form component. The GetValue() method can be used directly to obtain the typed value.
(Inherited from FormComponent<TProperties, TValue>.)
Public methodGetValue
Gets the identification string of the form file. Gets the TempFileIdentifier.
(Overrides FormComponent<TProperties, TValue>.GetValue().)
Public methodLoadProperties
Loads properties of the form component. The actual properties type must match the PropertiesType.
(Inherited from FormComponent<TProperties, TValue>.)
Public methodModifyMetadata
Modifies modelMetadata according to the current object.
(Inherited from FormComponent.)
Public methodSetObjectValue
Sets the value of the form component. The value must be of proper type or an exception is thrown. The SetValue(TValue) method can be used directly to set the typed default value.
(Inherited from FormComponent<TProperties, TValue>.)
Public methodSetValue
Sets the identification string of the form file.
(Overrides FormComponent<TProperties, TValue>.SetValue(TValue).)
Public methodValidate
Validates whether the submitted temp file still exists.
(Overrides FormComponent.Validate(ValidationContext).)
Top
Extension Methods
  NameDescription
Public Extension MethodGetBizFormComponentContext
Gets BizFormComponentContext of a form component, if such a context was bound to the component.
(Defined by FormComponentExtensions.)
Top
See Also