ExternalLineAppendRules Method

return set of rules which can be used in AttachOnSave(IEnumerableIOMSnapshot)
should be used carefully because it requires to guarantee that ExternalLine will not be modified until commit therefore it must be exclusive over specific ExternalLine persisten object
this operation is not defined for new object and
updated rules must be saved first and in specified order new rules can be saved in any order but must be saved only once and AFTER the "updated" rules

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
ExternalLineRule[] AppendRules(
	int count
)

Parameters

count  Int32
number of rules which require to be appended before default rules

Return Value

ExternalLineRule
rules which are require update (ID!=0) followed by the count of new rules (ID==0)

See Also