Click or drag to resize

ControllerMapDisableElementAssignmentConflicts Method

Overload List
 NameDescription
Public methodDisableElementAssignmentConflicts(ActionElementMap) Disables any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
Public methodDisableElementAssignmentConflicts(ControllerMap) Disables any ActionElementMaps in this controller map that conflict with the incoming controller map.
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck) Disables any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
Public methodDisableElementAssignmentConflicts(ActionElementMap, Boolean) Disables any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
Public methodDisableElementAssignmentConflicts(ControllerMap, Boolean) Disables any ActionElementMaps in this controller map that conflict with the incoming controller map.
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean) Disables any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
Top
See Also