Class ElementData
Represents data for an element in the application.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class ElementData
Properties
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
IsCompleted
Whether the element is completed.
Declaration
public bool IsCompleted { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
The name of the element.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the element.
Declaration
public ItemStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ItemStatus |
Title
The title of the element.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |