C# Class Google.GData.Extensions.Who

GData schema extension describing a person. It contains a gd:entryLink element containing the described person.
Inheritance: IExtensionElementFactory
Afficher le fichier Open project: moljac/MonoMobile.Google.GData Class Usage Examples

Méthodes publiques

Méthode Description
CreateInstance ( XmlNode node, Google.GData.Client.AtomFeedParser parser ) : IExtensionElementFactory

Parses an xml node to create a Where object.

Save ( XmlWriter writer ) : void

Persistence method for the Who object

Method Details

CreateInstance() public méthode

Parses an xml node to create a Where object.
public CreateInstance ( XmlNode node, Google.GData.Client.AtomFeedParser parser ) : IExtensionElementFactory
node System.Xml.XmlNode the node to parse node
parser Google.GData.Client.AtomFeedParser the xml parser to use if we need to dive deeper
Résultat IExtensionElementFactory

Save() public méthode

Persistence method for the Who object
public Save ( XmlWriter writer ) : void
writer System.Xml.XmlWriter the xmlwriter to write into
Résultat void