C# 클래스 Bamboo.Prevalence.VersionMigration.MigrationPlan

Models a plan for migrating a serialized object graph to a new version.
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

공개 메소드들

메소드 설명
GetTypeMapping ( Type type ) : TypeMapping
IsTypeMappingAvailable ( Type type ) : bool
Load ( string filename ) : MigrationPlan
MigrationPlan ( ) : System
MigrationPlan ( XmlElement planElement ) : System

비공개 메소드들

메소드 설명
Deserialize ( MigrationContext context ) : object
Load ( XmlElement planElement ) : void
LoadCulture ( XmlElement element ) : void
LoadScripts ( XmlElement planElement ) : void
LoadTypeMapping ( XmlElement item ) : void
LoadTypeMappings ( XmlElement planElement ) : void
SetUpScripts ( MigrationContext context ) : void

메소드 상세

GetTypeMapping() 공개 메소드

public GetTypeMapping ( Type type ) : TypeMapping
type System.Type
리턴 TypeMapping

IsTypeMappingAvailable() 공개 메소드

public IsTypeMappingAvailable ( Type type ) : bool
type System.Type
리턴 bool

Load() 공개 정적인 메소드

public static Load ( string filename ) : MigrationPlan
filename string
리턴 MigrationPlan

MigrationPlan() 공개 메소드

public MigrationPlan ( ) : System
리턴 System

MigrationPlan() 공개 메소드

public MigrationPlan ( XmlElement planElement ) : System
planElement System.Xml.XmlElement
리턴 System