VideoOS.Platform.Transact.Services.DataContracts.GetLinesForSourceByLineIdParameters Class Reference

Data Transfer object that contains the parameters for the call to ITransactQueryClient.GetLinesForSourceByLineIdAsync. More...

Inheritance diagram for VideoOS.Platform.Transact.Services.DataContracts.GetLinesForSourceByLineIdParameters:

Properties

int CountAfter [get, set]
 Maximum number of lines after the line.
 
int CountBefore [get, set]
 Maximum number of lines before the line.
 
ExtensionDataObject ExtensionData [get, set]
 IExtensibleDataObject.ExtensionData
 
long LineId [get, set]
 Line Id.
 
Guid SourceId [get, set]
 Source id.
 

Detailed Description

Data Transfer object that contains the parameters for the call to ITransactQueryClient.GetLinesForSourceByLineIdAsync.

Property Documentation

◆ CountAfter

int VideoOS.Platform.Transact.Services.DataContracts.GetLinesForSourceByLineIdParameters.CountAfter
getset

Maximum number of lines after the line.

◆ CountBefore

int VideoOS.Platform.Transact.Services.DataContracts.GetLinesForSourceByLineIdParameters.CountBefore
getset

Maximum number of lines before the line.

◆ ExtensionData

ExtensionDataObject VideoOS.Platform.Transact.Services.DataContracts.GetLinesForSourceByLineIdParameters.ExtensionData
getset

IExtensibleDataObject.ExtensionData

◆ LineId

long VideoOS.Platform.Transact.Services.DataContracts.GetLinesForSourceByLineIdParameters.LineId
getset

Line Id.

◆ SourceId

Guid VideoOS.Platform.Transact.Services.DataContracts.GetLinesForSourceByLineIdParameters.SourceId
getset

Source id.