Class Tasks_Response_SET
Inheritance
System.Object
Tasks_Response_SET
Assembly: Natec.Entities.dll
Syntax
public class Tasks_Response_SET : BaseEntity, IPropertyIndexer
Constructors
Tasks_Response_SET()
Declaration
public Tasks_Response_SET()
Properties
ID
Declaration
public int ID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Item[String]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
index |
|
Property Value
Type |
Description |
System.Object |
|
PeriodBegin
Declaration
public Nullable<DateTime> PeriodBegin { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PeriodEnd
Declaration
public Nullable<DateTime> PeriodEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|