Class ExternalHelpdeskCreateServiceTaskRequestDataContract
Inheritance
System.Object
ExternalHelpdeskCreateServiceTaskRequestDataContract
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
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class ExternalHelpdeskCreateServiceTaskRequestDataContract
Properties
View Source
Company
Declaration
[DataMember]
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string ContactEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string ContactName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string ContactPhoneNummber { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerGuid
Declaration
[DataMember]
public Guid? CustomerGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
Description
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalCreateDate
Declaration
[DataMember]
public DateTime ExternalCreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
ExternalProjectNo
Declaration
[DataMember]
public string ExternalProjectNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalSystemGuid
Declaration
[DataMember]
public Guid ExternalSystemGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
ExternalTaskNo
Declaration
[DataMember]
public string ExternalTaskNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Information1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Information2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Information3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Information4 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Information5 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Information6 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MachineGuid
Declaration
[DataMember]
public Guid? MachineGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
MachineNo
Declaration
[DataMember]
public string MachineNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Priority
Declaration
[DataMember]
public int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ReceivedBy
Declaration
[DataMember]
public string ReceivedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ReceviedDate
Declaration
[DataMember]
public DateTime? ReceviedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
ResonseDate
Declaration
[DataMember]
public DateTime? ResonseDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
ResonseTime
Declaration
[DataMember]
public int ResonseTime { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
SymptomCode1
Declaration
[DataMember]
public string SymptomCode1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SymptomCode2
Declaration
[DataMember]
public string SymptomCode2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SymptomCode3
Declaration
[DataMember]
public string SymptomCode3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SymptomCode4
Declaration
[DataMember]
public string SymptomCode4 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SymptomText
Declaration
[DataMember]
public string SymptomText { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Titel
Declaration
[DataMember]
public string Titel { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Type
Declaration
[DataMember]
public int Type { get; set; }
Property Value
Type |
Description |
System.Int32 |
|