Table of Contents

Class DocumentSchema.ValidationRule

Namespace
Tlabs.Data.Entity
Assembly
Tlabs.Data.dll
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

string

Description

public string? Description { get; set; }

Property Value

string

Key

public string? Key { get; set; }

Property Value

string

Schema

public DocumentSchema? Schema { get; set; }

Property Value

DocumentSchema