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

TypeMappingCollection.
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

공개 메소드들

메소드 설명
Add ( TypeMapping mapping ) : void
Exists ( string typeName ) : bool
TypeMappingCollection ( ) : System
this ( string typeName ) : TypeMapping

비공개 메소드들

메소드 설명
TypeMappingAlreadyExistsError ( TypeMapping mapping ) : void

메소드 상세

Add() 공개 메소드

public Add ( TypeMapping mapping ) : void
mapping TypeMapping
리턴 void

Exists() 공개 메소드

public Exists ( string typeName ) : bool
typeName string
리턴 bool

TypeMappingCollection() 공개 메소드

public TypeMappingCollection ( ) : System
리턴 System

this() 공개 메소드

public this ( string typeName ) : TypeMapping
typeName string
리턴 TypeMapping