Click or drag to resize

BaseTextGeneratorDoGetNextValue Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Common.TextGenerator.BaseTextGenerator.DoGetNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid})"]


Namespace: RAYLASE.Marker.Common.TextGenerator
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
protected abstract string DoGetNextValue(
	bool peek,
	bool preUpdate,
	Guid? simulationID
)

Parameters

peek  Boolean

[Missing <param name="peek"/> documentation for "M:RAYLASE.Marker.Common.TextGenerator.BaseTextGenerator.DoGetNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid})"]

preUpdate  Boolean

[Missing <param name="preUpdate"/> documentation for "M:RAYLASE.Marker.Common.TextGenerator.BaseTextGenerator.DoGetNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid})"]

simulationID  NullableGuid

[Missing <param name="simulationID"/> documentation for "M:RAYLASE.Marker.Common.TextGenerator.BaseTextGenerator.DoGetNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid})"]

Return Value

String

[Missing <returns> documentation for "M:RAYLASE.Marker.Common.TextGenerator.BaseTextGenerator.DoGetNextValue(System.Boolean,System.Boolean,System.Nullable{System.Guid})"]

See Also