C# Class Bamboo.Prevalence.VersionMigration.TypeMappingCollection

TypeMappingCollection.
Mostra file Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Public Methods

Method Description
Add ( TypeMapping mapping ) : void
Exists ( string typeName ) : bool
TypeMappingCollection ( ) : System
this ( string typeName ) : TypeMapping

Private Methods

Method Description
TypeMappingAlreadyExistsError ( TypeMapping mapping ) : void

Method Details

Add() public method

public Add ( TypeMapping mapping ) : void
mapping TypeMapping
return void

Exists() public method

public Exists ( string typeName ) : bool
typeName string
return bool

TypeMappingCollection() public method

public TypeMappingCollection ( ) : System
return System

this() public method

public this ( string typeName ) : TypeMapping
typeName string
return TypeMapping