Click or drag to resize

LcooEntityHelperBuildPlayerEntity Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.Lcoo.Internal.LcooEntityHelper.BuildPlayerEntity(System.Collections.Generic.List{Sportradar.SDK.ProtocolProviders.ProtocolUnits.LCoO.Incoming.Text},System.String,System.Nullable{System.Int32},System.Int32)"]


Namespace: Sportradar.SDK.FeedProviders.Lcoo.Internal
Assembly: LcooFeedProvider (in LcooFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public static PlayerEntity BuildPlayerEntity(
	List<Text> texts,
	string value,
	int? superid,
	int id
)

Parameters

texts  ListText

[Missing <param name="texts"/> documentation for "M:Sportradar.SDK.FeedProviders.Lcoo.Internal.LcooEntityHelper.BuildPlayerEntity(System.Collections.Generic.List{Sportradar.SDK.ProtocolProviders.ProtocolUnits.LCoO.Incoming.Text},System.String,System.Nullable{System.Int32},System.Int32)"]

value  String

[Missing <param name="value"/> documentation for "M:Sportradar.SDK.FeedProviders.Lcoo.Internal.LcooEntityHelper.BuildPlayerEntity(System.Collections.Generic.List{Sportradar.SDK.ProtocolProviders.ProtocolUnits.LCoO.Incoming.Text},System.String,System.Nullable{System.Int32},System.Int32)"]

superid  NullableInt32

[Missing <param name="superid"/> documentation for "M:Sportradar.SDK.FeedProviders.Lcoo.Internal.LcooEntityHelper.BuildPlayerEntity(System.Collections.Generic.List{Sportradar.SDK.ProtocolProviders.ProtocolUnits.LCoO.Incoming.Text},System.String,System.Nullable{System.Int32},System.Int32)"]

id  Int32

[Missing <param name="id"/> documentation for "M:Sportradar.SDK.FeedProviders.Lcoo.Internal.LcooEntityHelper.BuildPlayerEntity(System.Collections.Generic.List{Sportradar.SDK.ProtocolProviders.ProtocolUnits.LCoO.Incoming.Text},System.String,System.Nullable{System.Int32},System.Int32)"]

Return Value

PlayerEntity

[Missing <returns> documentation for "M:Sportradar.SDK.FeedProviders.Lcoo.Internal.LcooEntityHelper.BuildPlayerEntity(System.Collections.Generic.List{Sportradar.SDK.ProtocolProviders.ProtocolUnits.LCoO.Incoming.Text},System.String,System.Nullable{System.Int32},System.Int32)"]

See Also