IlvSelectionPropertiesError
IlvAbstractSelectionManager.commitSelectionProperties.| Method Attributes | Method Name and Description | 
|---|---|
| 
								 
								getObjectErroneousProperty(propertyName)
								 
								Returns the value of the property with the given  
							propertyName
that caused problem when committing object properties. | 
						|
| 
								
								 Returns the ID of the object on which an error occurred when committing
properties. 
							 | 
						|
| 
								 
								getObjectProperty(propertyName)
								 
								Returns the value of the property with the given  
							propertyName
that is stored in the server-side model instead of the committed value that
caused problem. | 
						|
| 
								
								 Returns as an array of strings the names of the properties that caused
problem when committing object properties. 
							 | 
						|
| 
								 
								getType(propertyName)
								 
								Returns the type of the error caused by the property with the given
 
							propertyName when committing object properties. | 
						
propertyName
that caused problem when committing object properties.
						
						 
					propertyName
that is stored in the server-side model instead of the committed value that
caused problem.
						
						 
					propertyName when committing object properties. This can
either be:
IlvSelectionPropertiesError.ACCEPT_ERROR: for an error
that occurred when testing whether it is acceptable to set that property.IlvSelectionPropertiesError.CONVERSION_ERROR: for an
error that occurred when converting the property value to something
acceptable by the server-side mode.IlvSelectionPropertiesError.SET_ERROR: for an error that
occurred when setting the property value on the server-side mode.