Class MigrationTool.MigrationStatus
Utility class to keep migration status of each object
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class MigrationStatus
Constructors
MigrationStatus()
Declaration
public MigrationStatus()
Properties
Failures
Keep track of the amount of issues found during migration process of every children object in the migration object hierarchy
Declaration
public int Failures { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
IsProcessed
Flag to indicate if object was already processed by migration
Declaration
public bool IsProcessed { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Log
Keep track of recorded messages logged during the migration process
Declaration
public string Log { get; }
Property Value
Type | Description |
---|---|
String |
Methods
AddToLog(String)
Add messages to status log
Declaration
public void AddToLog(string msg)
Parameters
Type | Name | Description |
---|---|---|
String | msg |