Class BlockedDevice
Inheritance
System.Object
BlockedDevice
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Evatic.Common.dll
Syntax
public class BlockedDevice
Properties
View Source
BlockedDate
Declaration
public DateTime BlockedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
BlockedReason
Declaration
public string BlockedReason { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Company
Declaration
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Dept
Declaration
public string Dept { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MachineNo
Declaration
public string MachineNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ObjDate
Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public string ProcessingInformation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ProcessingStatus
Declaration
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum |
|
View Source
ProcessingTimestamp
Declaration
public DateTime? ProcessingTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
RegisterTimestamp
Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
RowId
Declaration
public int RowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Status
DB STATUS
D - deleted
U - updated
C - created
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
TransactionGuid
Declaration
public Guid TransactionGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
TransactionId
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|