Click or drag to resize

MainLibraryGenerateIdentifier Method

Namespace:  Omada.OE.UtilityCodeAssembly.Library
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public static bool GenerateIdentifier(
	CodeMethodInvokeContext context,
	int sequenceId,
	string prefix,
	int digits,
	out string result
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
sequenceId
Type: SystemInt32
prefix
Type: SystemString
digits
Type: SystemInt32
result
Type: SystemString

Return Value

Type: Boolean
See Also