Click or drag to resize

ISimpleBuilderFactory Interface

Defines a contract used to construct simple builder instances(those not needing configuration) 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 ISimpleBuilderFactory type exposes the following members.

Methods
 NameDescription
Public methodCreateAltStakeBuilder Constructs and returns a new instance of the ITicketAltStakeBuilder class
Public methodCreateBetBuilder Constructs and returns a new instance of the IBetBuilder class
Public methodCreateEndCustomerBuilder Constructs and returns a new instance of the IEndCustomerBuilder class
Public methodCreateTicketBuilder Constructs and returns a new instance of the ITicketBuilder class
Public methodCreateTicketReofferBuilder Constructs and returns a new instance of the ITicketReofferBuilder class
Top
See Also