Class PrintFleetRequestBaseDataContract
Inheritance
System.Object
PrintFleetRequestBaseDataContract
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()
Namespace: Evatic.Common.Service.DataContract.M2M
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class PrintFleetRequestBaseDataContract
Properties
View SourceAuthenticationToken
Declaration
[DataMember]
public string AuthenticationToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndpointAddress
Declaration
[DataMember]
[Required]
public string EndpointAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalSystem
Declaration
[DataMember]
public ExternalSystemDataContract ExternalSystem { get; set; }
Property Value
Type | Description |
---|---|
ExternalSystemDataContract |
GroupId
Declaration
[DataMember]
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Job
Declaration
[DataMember]
public JobDataContract Job { get; set; }
Property Value
Type | Description |
---|---|
JobDataContract |
PageNumber
The page number of items to return. Based on pageRowCount to determine number of items per page.
Declaration
[DataMember]
public int PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageRowCount
Number of items per page. This is the maximum number of items that will be returned by this method call.
Declaration
[DataMember]
public int PageRowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |