GDOrganization
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_gd_organization_get_type ()" ) ]
[
Version ( since =
"0.2.0" ) ]
public class GDOrganization :
Parsable,
Comparable
All the fields in the GDOrganization structure are private and should never be accessed directly.
Content:
Properties:
- public string department { get; set; }
Specifies a department within the organization.
- public bool is_primary { get; set; }
Indicates which organization out of a group is primary.
- public string job_description { get; set; }
Description of a job within the organization.
- public string label { get; set; }
A simple string value used to name this organization.
- public GDWhere location { get; set; }
A place associated with the organization, e.g. office location.
- public string name { get; set; }
The name of the organization.
- public string relation_type { get; set; }
A programmatic value that identifies the type of organization.
- public string symbol { get; set; }
Stock symbol of the organization.
- public string title { get; set; }
The title of a person within the organization.
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