Click or drag to resize

IBuilderFactory Interface

Defines a contract used to construct builder instances used when constructing tickets and it's associated entities

Namespace: Sportradar.MTS.SDK.Entities.Builders
Assembly: Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll) Version: 2.4.1.2

The IBuilderFactory type exposes the following members.

Methods
 NameDescription
Public methodCreateAltStakeBuilder Constructs and returns a new instance of the ITicketAltStakeBuilder class
(Inherited from ISimpleBuilderFactory)
Public methodCreateBetBuilder Constructs and returns a new instance of the IBetBuilder class
(Inherited from ISimpleBuilderFactory)
Public methodCreateEndCustomerBuilder Constructs and returns a new instance of the IEndCustomerBuilder class
(Inherited from ISimpleBuilderFactory)
Public methodCreateSelectionBuilder Constructs and returns a new instance of the ISelectionBuilder class
Public methodCreateSenderBuilder Constructs and returns a new instance of the ISenderBuilder class
Public methodCreateTicketAckBuilder Constructs and returns a new instance of the ITicketAckBuilder class
Public methodCreateTicketBuilder Constructs and returns a new instance of the ITicketBuilder class
(Inherited from ISimpleBuilderFactory)
Public methodCreateTicketCancelAckBuilder Constructs and returns a new instance of the ITicketCancelAckBuilder class
Public methodCreateTicketCancelBuilder Constructs and returns a new instance of the ITicketCancelBuilder class
Public methodCreateTicketCashoutBuilder Constructs and returns a new instance of the ITicketCashoutBuilder class
Public methodCreateTicketNonSrSettleBuilder Constructs and returns a new instance of the ITicketNonSrSettleBuilder class
Public methodCreateTicketReofferBuilder Constructs and returns a new instance of the ITicketReofferBuilder class
(Inherited from ISimpleBuilderFactory)
Public methodCreateTicketReofferCancelBuilder Constructs and returns a new instance of the ITicketReofferCancelBuilder class
Top
See Also