C# Class Bamboo.Prevalence.VersionMigration.TypeMappingCollection

TypeMappingCollection.
Afficher le fichier Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Méthodes publiques

Méthode Description
Add ( TypeMapping mapping ) : void
Exists ( string typeName ) : bool
TypeMappingCollection ( ) : System
this ( string typeName ) : TypeMapping

Private Methods

Méthode Description
TypeMappingAlreadyExistsError ( TypeMapping mapping ) : void

Method Details

Add() public méthode

public Add ( TypeMapping mapping ) : void
mapping TypeMapping
Résultat void

Exists() public méthode

public Exists ( string typeName ) : bool
typeName string
Résultat bool

TypeMappingCollection() public méthode

public TypeMappingCollection ( ) : System
Résultat System

this() public méthode

public this ( string typeName ) : TypeMapping
typeName string
Résultat TypeMapping