IdentityError Enumeration

Represents a list of potential errors within the children of a tree node.

Definition

Namespace: MobileTrack.Common.Models.TreeViews.ItemTree.EntityTree
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[FlagsAttribute]
public enum IdentityError

Members

None0 No Errors found
SiblingIdDuplicate1 ID of an object is the same as one of its siblings
SiblingAliasDuplicate2 Label of an object is the same as one of its siblings
CyclicIdDuplicate4 ID of an object is used elsewhere in the tree hierarchy (upwards/downwards)
TreeScopeIdDuplicate8 ID of an object is used elsewhere in the entire tree, even if the object is not related.

See Also