GetCollectionItemXmlElementName method

  1. @override
String GetCollectionItemXmlElementName(
  1. OccurrenceInfo complexProperty
)
override
Gets the name of the collection item XML element. The complex property.

Implementation

@override
String GetCollectionItemXmlElementName(OccurrenceInfo complexProperty) {
  return XmlElementNames.Occurrence;
}