C# 클래스 NMF.Models.Repository.Serialization.ModelSerializationContext

상속: NMF.Serialization.Xmi.XmiSerializationContext
파일 보기 프로젝트 열기: NMFCode/NMF 1 사용 예제들

공개 메소드들

메소드 설명
ModelSerializationContext ( IModelRepository repository, Model root ) : System
Resolve ( string id, Type type, bool exactType = false, bool failOnConflict = true, object source = null ) : object

보호된 메소드들

메소드 설명
OnNameClash ( string id, Type type, IEnumerable candidates, object source ) : object

메소드 상세

ModelSerializationContext() 공개 메소드

public ModelSerializationContext ( IModelRepository repository, Model root ) : System
repository IModelRepository
root Model
리턴 System

OnNameClash() 보호된 메소드

protected OnNameClash ( string id, Type type, IEnumerable candidates, object source ) : object
id string
type System.Type
candidates IEnumerable
source object
리턴 object

Resolve() 공개 메소드

public Resolve ( string id, Type type, bool exactType = false, bool failOnConflict = true, object source = null ) : object
id string
type System.Type
exactType bool
failOnConflict bool
source object
리턴 object