GetCollectionItemXmlElementName method

  1. @override
String GetCollectionItemXmlElementName(
  1. Attendee attendee
)
override
Retrieves the XML element name corresponding to the provided Attendee object. The Attendee object from which to determine the XML element name.

Implementation

@override
String GetCollectionItemXmlElementName(Attendee attendee) {
  return XmlElementNames.Attendee;
}