![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | ToXml |
![]() | |
def | __init__ |
def | ToXml |
![]() | |
def | __init__ |
def | app |
def | namespace |
def | kind |
def | is_saved |
def | is_projection |
def | key |
def | parent |
def | entity_group |
def | unindexed_properties |
def | set_unindexed_properties |
def | __setitem__ |
def | setdefault |
def | update |
def | copy |
def | ToXml |
def | ToPb |
Static Public Attributes | |
string | CONTACT_SECTION_HEADER |
string | CONTACT_SECTION_FOOTER |
list | KIND_PROPERTIES = ['title', 'content', 'link', 'category'] |
list | CONTACT_SECTION_PROPERTIES |
![]() | |
string | HEADER = u"" |
string | FOOTER = u"" |
Additional Inherited Members | |
![]() | |
def | FromPb |
A contact: a person, a venue such as a club or a restaurant, or an organization. This is the gd Contact kind. See: http://code.google.com/apis/gdata/common-elements.html#gdContactKind Most of the information about the contact is in the <gd:contactSection> element; see the reference section for that element for details. These properties are meaningful. They are all optional. property name property type meaning ------------------------------------- title string contact's name content string notes email Email* email address geoPt GeoPt* geographic location im IM* IM address phoneNumber Phonenumber* phone number postalAddress PostalAddress* mailing address link Link* link to more information category Category* tag or label associated with this contact * means this property may be repeated.
def google.appengine.api.datastore_entities.Contact.ToXml | ( | self | ) |
Override GdKind.ToXml() to put some properties inside a gd:contactSection.
|
static |
|
static |
|
static |