Class Element
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
IsRequired
public bool IsRequired { get; set; }
Property Value
ListName
public string ListName { get; set; }
Property Value
Title
public string Title { get; set; }