ListDataValidationFailure Members
Include Protected Members
Include Inherited Members
Describes a specific validation failure when a list item is inserted or updated.
The ListDataValidationFailure type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListDataValidationFailure | Initializes a new instance of the ListDataValidationFailure class. |
Top
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the title of the list or the display name of the field where validation failed. | |
Message | Gets a message with information about the failure. | |
Name | Gets the field name or list ID where validation failed. | |
Reason | Gets the reason for the failure. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
ValidationType | Describes the type of validation that caused the failure. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top