public final class RuleOperationErrorCollection extends ComplexPropertyCollection<RuleOperationError>
Constructor and Description |
---|
RuleOperationErrorCollection()
Initializes a new instance of the
|
Modifier and Type | Method and Description |
---|---|
protected RuleOperationError |
createComplexProperty(String xmlElementName)
Creates an RuleOperationError object from an XML element name.
|
protected String |
getCollectionItemXmlElementName(RuleOperationError operationError)
Retrieves the XML element name corresponding
to the provided RuleOperationError 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
public RuleOperationErrorCollection()
protected RuleOperationError createComplexProperty(String xmlElementName)
createComplexProperty
in class ComplexPropertyCollection<RuleOperationError>
xmlElementName
- The XML element name from which
to create the RuleOperationError object.protected String getCollectionItemXmlElementName(RuleOperationError operationError)
getCollectionItemXmlElementName
in class ComplexPropertyCollection<RuleOperationError>
operationError
- The RuleOperationError object
from which to determine the XML element name.Copyright © 2012–2015 Microsoft. All rights reserved.