Table of Contents

Class Element

Namespace
adas_core.Domain.Models.Masters
Assembly
adas-core.Domain.dll

Represents a generic element within the system, serving as a foundational type that can be extended or composed to model domain-specific entities or structures.

public class Element
Inheritance
Element
Inherited Members
Extension Methods

Properties

IsList

public bool IsList { get; set; }

Property Value

bool

IsRequired

public bool IsRequired { get; set; }

Property Value

bool

ListName

public string ListName { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string