Class AddressSearchResponseDataContract
Inheritance
System.Object
AddressSearchResponseDataContract
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.Address
Assembly: Evatic.Common.dll
Syntax
[DataContract]
public class AddressSearchResponseDataContract
Properties
View SourceAddresses
Declaration
[DataMember]
public List<AddressImportRequestDataContract> Addresses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AddressImportRequestDataContract> |
AddressesFetchedRows
Declaration
[DataMember]
public int AddressesFetchedRows { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AddressesTotalRows
Declaration
[DataMember]
public int AddressesTotalRows { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageNumber
Declaration
[DataMember]
public int PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |