GDPhoneNumber
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_gd_phone_number_get_type ()" ) ]
[
Version ( since =
"0.2.0" ) ]
public class GDPhoneNumber :
Parsable,
Comparable
All the fields in the GDPhoneNumber structure are private and should never be accessed directly.
Content:
Properties:
- public bool is_primary { get; set; }
Indicates which phone number out of a group is primary.
- public string label { get; set; }
A simple string value used to name this phone number.
- public string number { get; set; }
Human-readable phone number; may be in any telephone number format.
- public string relation_type { get; set; }
A programmatic value that identifies the type of phone number.
- public string uri { get; set; }
An optional "tel URI" used to represent the number in a formal way.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object
All known members inherited from interface GData.Comparable