Quintiq file version 2.0
|
#parent: #root
|
StaticMethod Delete (
|
BaseOperationLink operationlink
|
)
|
{
|
Description: 'Delete operation link'
|
TextBody:
|
[*
|
// DWE2 Feb-2-2016 (created)
|
if( not isnull( operationlink ) )
|
{
|
operationlinks := construct( BaseOperationLinks );
|
operationlinks.Add( operationlink );
|
|
BaseOperationLink::Delete( operationlinks );
|
}
|
*]
|
}
|