Linkar Framework
Linkar REST API
Linkar Clients
Sources for further information
Navigation: Linkar CLIENTS > Functions Objects
NewRecordIdTypeRandom
active
boolean
false
activates the creation of Random type code
numeric
indicates if the code must be numeric
length
Numeric
0
length of the code to create. This must be bigger than 0
NewRecordIdTypeRandom(bool active = false, bool numeric = false, int length = 0)
NewRecordIdTypeRandom newRecordIdTypeRandom = new NewRecordIdTypeRandom(active, numeric, length);
NewRecordIdTypeRandom(active As Boolean = false, numeric As Boolean = false, length As Integer = 0)
Dim _newRecordIdTypeRandom As NewRecordIdTypeRandom = New NewRecordIdTypeRandom(active, numeric, length)
NewRecordIdTypeRandom(boolean active [, boolean numeric [, int length] ] )