Class DocumentSchema.ValidationRule
public class DocumentSchema.ValidationRule : BaseEntity
- Inheritance
-
DocumentSchema.ValidationRule
- Inherited Members
- Extension Methods
Constructors
ValidationRule()
public ValidationRule()
Properties
Code
public string? Code { get; set; }
Property Value
Description
public string? Description { get; set; }
Property Value
Key
public string? Key { get; set; }
Property Value
Schema
public DocumentSchema? Schema { get; set; }