Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds cross module, version dependency for an upgrade script.
Syntax
public void addCrossModuleDependency(
ClassId _firstClassId,
IdentifierName _firstMethodName,
ClassId _thenClassId,
IdentifierName _thenMethodName)
Run On
Server
Parameters
- _firstClassId
Type: ClassId Extended Data Type
The class ID of the first method that has a dependency on another method.
- _firstMethodName
Type: IdentifierName Extended Data Type
The name of the first method that has dependency on another method.
- _thenClassId
Type: ClassId Extended Data Type
The class ID of the second method on which the first method depends.
- _thenMethodName
Type: IdentifierName Extended Data Type
The name of the second method on which the first method depends.