Method | Description | |
---|---|---|
ChangeType ( object value, |
||
GetSerializableFields ( |
||
GetTypeMapping ( |
||
HasInitializers ( |
||
Migrate ( ) : void | ||
MigrationContext ( Bamboo.Prevalence.VersionMigration.MigrationProject project ) : System | ||
SetCurrentObjectField ( string name, object value ) : void |
Same as InitializerHelper.SetField(CurrentObject, name, value).
|
|
Trace ( string format ) : void |
Method | Description | |
---|---|---|
BuildSerializableFieldsArray ( |
||
CompileAndInstallScriptEventHandlers ( ) : void | ||
CreateDirectoryIfNeeded ( string directory ) : void | ||
CreateTargetFile ( ) : |
||
EnterField ( |
||
EnterObject ( object obj, |
||
GetCreationFileMode ( ) : FileMode | ||
HandleResolveAssembly ( object sender, |
||
InstallAssemblyResolver ( ) : void | ||
LeaveField ( ) : void | ||
LeaveObject ( ) : void | ||
LoadMainAssembly ( ) : void | ||
LoadMigrationPlan ( ) : void | ||
ReadObject ( ) : object | ||
UninstallAssemblyResolver ( ) : void | ||
WriteObject ( object graph ) : void |
public ChangeType ( object value, |
||
value | object | |
conversionType | ||
return | object |
public GetSerializableFields ( |
||
type | ||
return | System.Reflection.FieldInfo[] |
public GetTypeMapping ( |
||
type | ||
return |
public HasInitializers ( |
||
type | ||
return | bool |
public MigrationContext ( Bamboo.Prevalence.VersionMigration.MigrationProject project ) : System | ||
project | Bamboo.Prevalence.VersionMigration.MigrationProject | |
return | System |
public SetCurrentObjectField ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |