Click or drag to resize

PreMigrationInformation Class

Information about the system which is requested migrated
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.ModelPreMigrationInformation

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class PreMigrationInformation

The PreMigrationInformation type exposes the following members.

Constructors
  NameDescription
Public methodPreMigrationInformation
Top
Properties
  NameDescription
Public propertyCanBeMigrated
Is system eligable for migration
Public propertyDerivedSystems
Derived systems
Public propertyHistoricalResourceAssignments
Historical resource assignments in the system
Public propertyMigrationRejectionReason
Reason why system cannot be migrated
Public propertyMultiSystemCategories
Applicable multi systrem categories
Public propertyShouldSystemBeCleaned
Whether historical assignments shoule be cleaned before migration
Public propertySimpleMigration
Simple migreation or for system where system category and businesskeys kan be reused
Public propertySuggestedCategoryId
Public propertySuggestedCategoryName
Public propertySupportsMultiSystemCategory
Can multiple system be stuffed into the same system category
Public propertyTotalResourceAssignments
Total resource assignments in the system, including historical data
Public propertyTransactionLogSizeEstimation
Estimation of transaction log in megabytes, based on total resource assignments
Public propertyTrustInformation
Information about trusted systems
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