Class AppControlData
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Data of the AppControl.
public static class AppControlData
- Inheritance
-
objectAppControlData
Fields
View SourceAllDay
All-day mode of the event ("true" or "false").
Declaration
public const string AllDay = "http://tizen.org/appcontrol/data/calendar/all_day"
Field Value
Type | Description |
---|---|
string |
Bcc
E-mail addresses that should be blind carbon copied.
Declaration
public const string Bcc = "http://tizen.org/appcontrol/data/bcc"
Field Value
Type | Description |
---|---|
string |
Cc
E-mail addresses that should be carbon copied.
Declaration
public const string Cc = "http://tizen.org/appcontrol/data/cc"
Field Value
Type | Description |
---|---|
string |
E-mail addressed.
Declaration
public const string Email = "http://tizen.org/appcontrol/data/email"
Field Value
Type | Description |
---|---|
string |
Endtime
End time of the event (format: YYYY-MM-DD HH:MM:SS).
Declaration
public const string Endtime = "http://tizen.org/appcontrol/data/calendar/end_time"
Field Value
Type | Description |
---|---|
string |
Ids
IDs.
Declaration
public const string Ids = "http://tizen.org/appcontrol/data/id"
Field Value
Type | Description |
---|---|
string |
InputDefaultText
Send the pre inputted text, such as "http://" in web.
Declaration
public const string InputDefaultText = "http://tizen.org/appcontrol/data/input_default_text"
Field Value
Type | Description |
---|---|
string |
InputGuideText
Send guide text to show to the user, such as "Input user name".
Declaration
public const string InputGuideText = "http://tizen.org/appcontrol/data/input_guide_text"
Field Value
Type | Description |
---|---|
string |
InputPredictionHint
Send text to receive answer result from smart reply.
Declaration
public const string InputPredictionHint = "http://tizen.org/appcontrol/data/input_prediction_hint"
Field Value
Type | Description |
---|---|
string |
InputType
Select the type of input method.
Declaration
public const string InputType = "http://tizen.org/appcontrol/data/input_type"
Field Value
Type | Description |
---|---|
string |
Location
Location.
Declaration
public const string Location = "http://tizen.org/appcontrol/data/location"
Field Value
Type | Description |
---|---|
string |
Name
Name.
Declaration
public const string Name = "http://tizen.org/appcontrol/data/name"
Field Value
Type | Description |
---|---|
string |
Path
Paths of items.
Declaration
public const string Path = "http://tizen.org/appcontrol/data/path"
Field Value
Type | Description |
---|---|
string |
Phone
Phone numbers.
Declaration
public const string Phone = "http://tizen.org/appcontrol/data/phone"
Field Value
Type | Description |
---|---|
string |
SectionMode
Selection mode ("single" or "multiple").
Declaration
public const string SectionMode = "http://tizen.org/appcontrol/data/selection_mode"
Field Value
Type | Description |
---|---|
string |
Selected
Selected items.
Declaration
public const string Selected = "http://tizen.org/appcontrol/data/selected"
Field Value
Type | Description |
---|---|
string |
StartTime
Start time of the event (format: YYYY-MM-DD HH:MM:SS).
Declaration
public const string StartTime = "http://tizen.org/appcontrol/data/calendar/start_time"
Field Value
Type | Description |
---|---|
string |
Subject
Subject.
Declaration
public const string Subject = "http://tizen.org/appcontrol/data/subject"
Field Value
Type | Description |
---|---|
string |
Text
Text.
Declaration
public const string Text = "http://tizen.org/appcontrol/data/text"
Field Value
Type | Description |
---|---|
string |
Title
Title.
Declaration
public const string Title = "http://tizen.org/appcontrol/data/title"
Field Value
Type | Description |
---|---|
string |
To
Recipients.
Declaration
public const string To = "http://tizen.org/appcontrol/data/to"
Field Value
Type | Description |
---|---|
string |
TotalCount
Total count.
Declaration
public const string TotalCount = "http://tizen.org/appcontrol/data/total_count"
Field Value
Type | Description |
---|---|
string |
TotalSize
Total size (unit : bytes).
Declaration
public const string TotalSize = "http://tizen.org/appcontrol/data/total_size"
Field Value
Type | Description |
---|---|
string |
Type
Type.
Declaration
public const string Type = "http://tizen.org/appcontrol/data/type"
Field Value
Type | Description |
---|---|
string |
Url
URLs.
Declaration
public const string Url = "http://tizen.org/appcontrol/data/url"
Field Value
Type | Description |
---|---|
string |