| RecordIdTypeInitializeProperties Method (Boolean) |
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Namespace:
LinkarCommon
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public void InitializeProperties(
bool custom
)
Public Sub InitializeProperties (
custom As Boolean
)
public:
void InitializeProperties(
bool custom
)
member InitializeProperties :
custom : bool -> unit
Parameters
- custom
- Type: SystemBoolean
It must have the value "true" so that the generation of personalized codes through the subroutine of the Database SUB.LK.MAIN.RECOVERRECORDID.CUSTOM is used. If the value is "false", no code generation technique will be used. The codes must be supplied in the New operations.
See Also