Class GetAccountBookingsDataContract
Inheritance
System.Object
GetAccountBookingsDataContract
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.StagingTables
Assembly: Evatic.Common.dll
Syntax
[DataContract]
public class GetAccountBookingsDataContract
Constructors
View SourceGetAccountBookingsDataContract()
Declaration
public GetAccountBookingsDataContract()
Properties
View SourceBooking
Declaration
[DataMember]
public AccountRequestDataContract Booking { get; set; }
Property Value
Type | Description |
---|---|
AccountRequestDataContract |
Take
Declaration
[DataMember]
public int Take { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |