Method for creation of factory that is used to create conflict detection rules.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public ConflictDetectionRuleFactory GetConflictDetectionRuleFactory()
Visual Basic (Declaration)
Public Function GetConflictDetectionRuleFactory As ConflictDetectionRuleFactory
J#
public ConflictDetectionRuleFactory GetConflictDetectionRuleFactory()
JScript
public function GetConflictDetectionRuleFactory() : ConflictDetectionRuleFactory

Return Value

Factory for creation conflict detection rules.

See Also