Class ValidationRuleMetadata
Metadata describing a validation rule for the client.
public sealed class ValidationRuleMetadata
- Inheritance
-
objectValidationRuleMetadata
- Extension Methods
Properties
Description
Validation rule description.
[JsonProperty("description")]
public string Description { get; }
Property Value
- string
Identifier
Validation rule identifier as specified in ValidationRuleDefinition.
[JsonProperty("identifier")]
public string Identifier { get; }
Property Value
- string
Name
Validation rule name.
[JsonProperty("name")]
public string Name { get; }
Property Value
- string
ValidatedDataType
Type of value this validation rule is supposed to validate.
[JsonIgnore]
public string ValidatedDataType { get; }
Property Value
- string
Remarks
Full name of type normalized to lower case is expected.