public final class RuleErrorCollection extends ComplexPropertyCollection<RuleError>
Modifier | Constructor and Description |
---|---|
protected |
RuleErrorCollection()
Initializes a new instance of the RuleErrorCollection class.
|
Modifier and Type | Method and Description |
---|---|
protected RuleError |
createComplexProperty(String xmlElementName)
Creates an RuleError object from an XML element name.
|
protected String |
getCollectionItemXmlElementName(RuleError ruleValidationError)
Retrieves the XML element name corresponding
to the provided RuleError object.
|
clearChangeLog, complexPropertyChanged, contains, getAddedItems, getCount, getItems, getModifiedItems, getPropertyAtIndex, getRemovedItems, indexOf, internalAdd, internalClear, internalRemove, internalRemoveAt, itemChanged, iterator, loadFromXml, loadFromXml, removeFromChangeLog, shouldWriteToXml, updateFromXml, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, func, getNamespace, internalValidate, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, validate, writeAttributesToXml, writeToXml
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected RuleErrorCollection()
protected RuleError createComplexProperty(String xmlElementName)
createComplexProperty
in class ComplexPropertyCollection<RuleError>
xmlElementName
- The XML element name from
which to create the RuleError object.protected String getCollectionItemXmlElementName(RuleError ruleValidationError)
getCollectionItemXmlElementName
in class ComplexPropertyCollection<RuleError>
ruleValidationError
- The RuleError object from which
to determine the XML element name.Copyright © 2012–2015 Microsoft. All rights reserved.