C# Class ModelBuilder.UnitTests.DefaultConstructorResolverTests.Other

Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
Create ( ) : Other
Other ( System.Guid id, string value, int priority ) : System
Other ( System.Guid id, string value, int priority, Stream data ) : System
Other ( Other source ) : System
Other ( Other source, string value ) : System

Private Methods

Méthode Description
Other ( ) : System

Method Details

Create() public méthode

public Create ( ) : Other
Résultat Other

Other() public méthode

public Other ( System.Guid id, string value, int priority ) : System
id System.Guid
value string
priority int
Résultat System

Other() public méthode

public Other ( System.Guid id, string value, int priority, Stream data ) : System
id System.Guid
value string
priority int
data Stream
Résultat System

Other() public méthode

public Other ( Other source ) : System
source Other
Résultat System

Other() public méthode

public Other ( Other source, string value ) : System
source Other
value string
Résultat System