Class ExternalSystemDataContract
Inheritance
System.Object
ExternalSystemDataContract
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 ExternalSystemDataContract
Constructors
View Source
ExternalSystemDataContract()
Declaration
public ExternalSystemDataContract()
Properties
View Source
ActiveJobDefinitions
Declaration
[DataMember]
public int ActiveJobDefinitions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
BinaryPassword
Declaration
[DataMember]
public byte[] BinaryPassword { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
View Source
Company
Declaration
[DataMember]
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Department
Declaration
[DataMember]
public string Department { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Description
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DisplayName
Declaration
[DataMember]
[Required]
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EndpointAddress
Declaration
[DataMember]
public string EndpointAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EvaticConnectionId
Declaration
[DataMember]
public int? EvaticConnectionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
ExternalSystemGuid
Declaration
[DataMember]
public Guid ExternalSystemGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
ExternalSystemId
Declaration
[DataMember]
public int ExternalSystemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ExternalSystemTypeId
Declaration
[DataMember]
public int ExternalSystemTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ExternalSystemTypeName
Declaration
[DataMember]
public string ExternalSystemTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalSystemTypeReferenceName
Declaration
[DataMember]
public string ExternalSystemTypeReferenceName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
FailedJob
Declaration
[DataMember]
public int FailedJob { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
InActiveJobDefinitions
Declaration
[DataMember]
public int InActiveJobDefinitions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
LastSuccessfullConnect
Declaration
[DataMember]
public DateTime? LastSuccessfullConnect { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Password
Declaration
[DataMember]
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SystemSpesificData
Declaration
[DataMember]
public string SystemSpesificData { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
TransferProjectsToEvaticServiceIntervalInMinutes
Declaration
[DataMember]
public int TransferProjectsToEvaticServiceIntervalInMinutes { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
TransferTonerOrdersToEvaticServiceIntervalInHours
Declaration
[DataMember]
public int TransferTonerOrdersToEvaticServiceIntervalInHours { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Username
Declaration
[DataMember]
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|