The FilterBuilderPassThroughData type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | FilterBuilderPassThroughData |
Generic constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | GetActionComplete |
Returns true if this action has been completed.
|
![]() | GetActive |
Returns true if this pass through object should be acted on.
|
![]() | GetBackBtnOn |
Returns true if the back button should be visible.
|
![]() | GetBackLink |
Returns the link to use if the back button is clicked.
|
![]() | GetEditMode |
Returns true if this object contians filter data for edit mode.
|
![]() | GetFormModeKey |
Returns the form mode key.
|
![]() | GetInstructions |
Return the instructions for this pass through object.
|
![]() | GetMessage |
Returns the message for this pass through object.
|
![]() | GetNextBtnOn |
Returns true if the next button should be visible.
|
![]() | GetNextLink |
Gets the link to process if the next button is clicked.
|
![]() | GetPageIntro |
Gets the page intro html to be displayed by the filter builder page.
|
![]() | GetPassThroughKey |
Gets the key this pass through object was delivered with.
|
![]() | GetPayloadCoded |
Returns the coded filter query built by the filter builder page.
|
![]() | GetPayloadLiteral |
Returns the literal filter query built by the filter builder page.
|
![]() | GetReturnKey |
Gets the return key for this pass through event.
|
![]() | GetSessionPrefixMod |
Returns the session prefix modifier to use for this pass through event.
|
![]() | GetShowManage |
Returns the show manage bool holder.
|
![]() | GetShowPreview |
Gets the show preview bool, holder.
|
![]() | GetSkipBtnOn |
Returns true if the skip button should be visible.
|
![]() | GetSkipLink |
Gets the link to process if the skip button is clicked.
|
![]() | GetTag1 |
Returns the generic object holder, tag1.
|
![]() | GetTag2 |
Returns the generic object holder, tag2.
|
![]() | GetTag3 |
Returns the generic object holder, tag3.
|
![]() | GetTitle |
Returns the title to display when this pass through event is acted on.
|
![]() | GetTouched |
Returns true if this pass through object has been touched by the pass to page.
|
![]() | SetActionComplete |
Sets true if this pass through event has been acted on to completion.
|
![]() | SetActive |
Sets if this pass through object should be acted on.
|
![]() | SetBackBtnOn |
Sets the display value of the back button.
|
![]() | SetBackLink |
Sets the back button link.
|
![]() | SetEditMode |
Sets the current edit mode of this pass through object.
|
![]() | SetFormModeKey |
Sets the form mode key, a session key for holding the form mode.
|
![]() | SetInstructions |
Set the display instructions for this pass through object.
|
![]() | SetMessage |
Sets the message for this pass through object.
|
![]() | SetNextBtnOn |
Sets the display value for the next button.
|
![]() | SetNextLink |
Sets the next button link.
|
![]() | SetPageIntro |
Sets the page intro html to be displayed by the filter builder page.
|
![]() | SetPassThroughKey |
Sets the current key this pass through object was delivered with.
|
![]() | SetPayloadCoded |
Sets the coded filter query built by the filter builder page.
|
![]() | SetPayloadLiteral |
Sets the literal filter query built by the filter builder page.
|
![]() | SetReturnKey |
Sets the return key where this object is expected to be
stored in the session for the return trip.
|
![]() | SetSessionPrefixMod |
Set the session prefix modifier for this pass through event.
|
![]() | SetShowManage |
Sets the show manage bool holder.
|
![]() | SetShowPreview |
Sets the show preview bool holder.
|
![]() | SetSkipBtnOn |
Sets the display value for the skip button.
|
![]() | SetSkipLink |
Sets the skip button link.
|
![]() | SetTag1 |
Sets the generic object holder, tag1.
|
![]() | SetTag2 |
Sets the generic object holder, tag2.
|
![]() | SetTag3 |
Sets the generic object holder, tag3.
|
![]() | SetTitle |
Sets the title to use when this pass through event is acted on.
|
![]() | SetTouched |
Sets the touch value of this object.
Pass to page should touch this object after verification.
Pages should ignore touched objects on new page post, i.e. not a post back.
This lets pages know when to reset to normal and ignore the pass through process.
|
Fields
See Also