| RecordIdType Constructor (Boolean, Int32) |
This constructor defines the options for generating Random type codes.
Namespace:
LinkarCommon
Assemblies:
LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public RecordIdType(
bool numeric,
int length
)
Public Sub New (
numeric As Boolean,
length As Integer
)
public:
RecordIdType(
bool numeric,
int length
)
new :
numeric : bool *
length : int -> RecordIdType
Parameters
- numeric
- Type: SystemBoolean
Indicates if the code must be numeric.
- length
- Type: SystemInt32
Length of the code to create. It must be bigger than 0.
See Also