Click or drag to resize

AccountEntrySummaryWebEntryDetails Property

The list contains detailed information about the account entry.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<RecordingDetailWeb> EntryDetails { get; set; }

Property Value

Type: IListRecordingDetailWeb
Remarks
This may be empty if no details are available.
See Also