| SequenceExtensionGenerateNextValue Method |
Generate next value.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public abstract string GenerateNextValue(
CTProject poActiveProject,
string bsDependentPropVal,
out string pbsExternalID
)
Public MustOverride Function GenerateNextValue (
poActiveProject As CTProject,
bsDependentPropVal As String,
<OutAttribute> ByRef pbsExternalID As String
) As String
Parameters
- poActiveProject
- Type: CTProject
Active project - bsDependentPropVal
- Type: SystemString
Dependent propety value - pbsExternalID
- Type: SystemString
Specify ID for the sequence you generated. This will be used in rollback call.
Return Value
Type:
StringFormatted serial
See Also