The ControlEntry type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ControlEntry |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Click |
Performs a click on the current instance.
|
![]() | GetControlEditLink |
Returns a control edit link, having the text/html link type.
|
![]() | GetControlEditLink(String) |
Returns a control edit link, having the specified link type.
|
![]() | GetControlUseLink |
Returns a control use link, having the text/html link type.
|
![]() | GetControlUseLink(String) |
Returns a control use link, having the specified link type.
|
![]() | GetEntryUri |
Gets a Uri for the current instance.
(Overrides BaseEntry E GetEntryUri .) |
![]() ![]() | GetEntryUri(String) |
Gets a path for the current instance, relative to the frevvo base uri.
|
![]() | Parse |
Called by gdata framework when parsing a response
and encountering an unknown extension element.
(Overrides AtomEntryParse(ExtensionElementEventArgs, AtomFeedParser).) |
![]() | SetValueInEditMode |
Sets the value for a control in edit mode
|
![]() | SetValuesInEditMode |
Sets multiple values for a control in edit mode
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | ENTRY_PATH | The control entry path |
Properties
Name | Description | |
---|---|---|
![]() | ControlName |
{get;} the control name.
|
![]() | ControlType |
{get;} the control type.
|
![]() | DisplayName |
{get;} the display name.
|
![]() | DisplayType |
{get;} the display type.
|
![]() | State |
{get;set;} the control state.
|
![]() | Value |
{get;set;} the control value.
|
![]() | Values |
{get;set;} the control values.
|
See Also