ControlEntry Membersfrevvo Live Forms

The ControlEntry type exposes the following members.
Constructors

  NameDescription
Public methodControlEntry
Default constructor.
Back to Top
Methods

  NameDescription
Public methodClick
Performs a click on the current instance.
Public methodGetControlEditLink 
Returns a control edit link, having the text/html link type.
Public methodGetControlEditLink(String)
Returns a control edit link, having the specified link type.
Public methodGetControlUseLink 
Returns a control use link, having the text/html link type.
Public methodGetControlUseLink(String)
Returns a control use link, having the specified link type.
Public methodGetEntryUri 
Gets a Uri for the current instance.
(Overrides BaseEntry E  GetEntryUri .)
Public methodStatic memberGetEntryUri(String)
Gets a path for the current instance, relative to the frevvo base uri.
Public methodParse
Called by gdata framework when parsing a response and encountering an unknown extension element.
(Overrides AtomEntryParse(ExtensionElementEventArgs, AtomFeedParser).)
Public methodSetValueInEditMode
Sets the value for a control in edit mode
Public methodSetValuesInEditMode
Sets multiple values for a control in edit mode
Back to Top
Fields

  NameDescription
Public fieldStatic memberENTRY_PATH
The control entry path
Back to Top
Properties

  NameDescription
Public propertyControlName
{get;} the control name.
Public propertyControlType
{get;} the control type.
Public propertyDisplayName
{get;} the display name.
Public propertyDisplayType
{get;} the display type.
Public propertyState
{get;set;} the control state.
Public propertyValue
{get;set;} the control value.
Public propertyValues
{get;set;} the control values.
Back to Top
See Also