Click or drag to resize

MergeChangeSetsOptions Class

This class defines options and settings for the MergeChangeSets functionality in ConfigurationChangeController
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogicMergeChangeSetsOptions

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class MergeChangeSetsOptions

The MergeChangeSetsOptions type exposes the following members.

Constructors
  NameDescription
Public methodMergeChangeSetsOptions
Top
Properties
  NameDescription
Public propertyCompress
Compress changes ? True by default
Public propertyConfigurationChanges
Source collection of ConfigurationChange objects
Public propertyFileStreams
Collection of filestreams
Public propertyRemoveChangesForCreatedAndDeletedObjects
Only used if Compress is true.
Public propertySort
Sort by the When attribute on each change
Public propertyXmlSchemaStream
XML schema
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also