Author
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_author_get_type ()" ) ]
public class Author :
Parsable,
Comparable
All the fields in the Author structure are private and should never be accessed directly.
Content:
Properties:
- public string email_address { get; set; }
An e-mail address associated with the person.
- public string name { get; set; }
A human-readable name for the person.
- public string uri { get; set; }
An IRI associated with the person.
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