SnapshotMonsterContext.Complaint
SnapshotMonsterContext.Complaint
Class
Definition
public class Complaint : IComplaint
Public Class Complaint
Implements IComplaint
- Inheritance
-
System.ObjectSystem.Object
SnapshotMonsterContext.ComplaintSnapshotMonsterContext.Complaint
- Implements
-
Properties
public int AlternateId { get; set; }
Public Property AlternateId As Integer
- Value
-
System.Int32
System.Int32
public int ComplaintId { get; set; }
Public Property ComplaintId As Integer
- Value
-
System.Int32
System.Int32
public virtual ICustomer Customer { get; set; }
Public Overridable Property Customer As ICustomer
public int ? CustomerId { get; set; }
Public Property CustomerId As Integer?
- Value
-
System.Nullable<System.Int32>
System.Nullable(Of System.Int32)
public string Details { get; set; }
Public Property Details As String
- Value
-
System.String
System.String
public DateTime Logged { get; set; }
Public Property Logged As Date
- Value
-
System.DateTime
System.DateTime
public virtual IResolution Resolution { get; set; }
Public Overridable Property Resolution As IResolution
Methods
Equals(Object)
Equals(Object)
Inherited from System.Object
Equals(Object, Object)
Equals(Object, Object)
Inherited from System.Object
GetHashCode()
GetHashCode()
Inherited from System.Object
GetType()
GetType()
Inherited from System.Object
MemberwiseClone()
MemberwiseClone()
Inherited from System.Object
ReferenceEquals(Object, Object)
ReferenceEquals(Object, Object)
Inherited from System.Object
ToString()
ToString()
Inherited from System.Object