C# Class ModelBuilder.UnitTests.DefaultConstructorResolverTests.Other

Datei anzeigen Open project: roryprimrose/ModelBuilder

Public Methods

Method 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

Method Description
Other ( ) : System

Method Details

Create() public method

public Create ( ) : Other
return Other

Other() public method

public Other ( System.Guid id, string value, int priority ) : System
id System.Guid
value string
priority int
return System

Other() public method

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

Other() public method

public Other ( Other source ) : System
source Other
return System

Other() public method

public Other ( Other source, string value ) : System
source Other
value string
return System