C# Class Google.GData.Extensions.Who.AttendeeStatus

represents the status of the attendee
Inheritance: Google.GData.Extensions.EnumConstruct
显示文件 Open project: moljac/MonoMobile.Google.GData Class Usage Examples

Public Methods

Method Description
AttendeeStatus ( ) : System

default constructor

parse ( XmlNode node ) : AttendeeStatus

the xml parsing method

Method Details

AttendeeStatus() public method

default constructor
public AttendeeStatus ( ) : System
return System

parse() public static method

the xml parsing method
public static parse ( XmlNode node ) : AttendeeStatus
node System.Xml.XmlNode the xml node holding the attendeeStatus
return AttendeeStatus