Class XmlUtil.Override
Should existing values be overridden or not
Namespace: SuperOffice.Util
Assembly: SoCore.dll
Syntax
public sealed class Override : Enum
Fields
DoNotOverride
Do not override an existing value (no update will be made)
Declaration
public const XmlUtil.Override DoNotOverride
Field Value
Type | Description |
---|---|
XmlUtil.Override |
Override
Override any existing value
Declaration
public const XmlUtil.Override Override
Field Value
Type | Description |
---|---|
XmlUtil.Override |
value__
Should existing values be overridden or not
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)