ListDataValidationFailure membros
Descreve uma falha de validação específica quando um item de lista é inserido ou atualizado.
O tipo ListDataValidationFailure expõe os membros a seguir
Construtores
Nome | Descrição | |
---|---|---|
ListDataValidationFailure | Inicializa uma nova instância da classe ListDataValidationFailure . |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DisplayName | Obtém o título da lista ou o nome de exibição do campo onde a validação falhou. | |
Message | Obtém uma mensagem com informações sobre a falha. | |
Name | Obtém o nome de campo ou ID de lista onde a validação falhou. | |
Reason | Obtém o motivo da falha. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Substitui ClientValueObject.TypeId.) | |
ValidationType | Descreve o tipo de validação que causou a falha. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Herdado de ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Herdado de ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Herdado de ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Substitui ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Herdado de Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Substitui ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Início