JAMS Developer Guide
MergeOption Enumeration


MVPSI.JAMS Namespace : MergeOption Enumeration
Defines the merge action to take with multiple PropertyDefinitions.
Syntax
'Declaration
 
Public Enum MergeOption 
   Inherits System.Enum
'Usage
 
Dim instance As MergeOption
public enum MergeOption : System.Enum 
Members
MemberDescription
AppendAppends the new value to the inherited value.
CombineCombines the two values as a comma seperated list.
HighestTakes the highest of the two values.
InheritReplaces {InheritedValue} in the current value with the inherited value.
InsertInserts the new value before the inherited value.
LowestTakes the lower of the two values.
ReplaceReplace the existing value with the new value.
SumAdds the two values together.
TakeFirstTakes the first value that is set.
UnknownUnkown Merge Option
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.MergeOption

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace