The ControlTypeEntry type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ControlTypeEntry |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | 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).) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | CONTROL_TYPE_CATEGORY | Category used to label entries that contain Control Type data. |
![]() ![]() | ControlType_CATEGORY | Obsolete. OBSOLETE |
![]() ![]() | ENTRY_PATH | The control type entry path |
Properties
Name | Description | |
---|---|---|
![]() | ControlType |
{get;} the control type.
|
![]() | DisplayType |
{get;} the display type.
|
![]() | IsReadOnly |
{get;set;} whether the control type is read-only.
|
![]() | IsRequired |
{get;set;} whether control type is required.
|
![]() | ParentControlTypeLink |
{get;} the link for the parent control type of the current instance.
|
![]() | State |
{get;} the control type state.
|
![]() | TypeId |
{get;} the type id.
|
See Also