C# 클래스 ModelBuilder.UnitTests.DefaultConstructorResolverTests.Other

파일 보기 프로젝트 열기: roryprimrose/ModelBuilder

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Other ( ) : System

메소드 상세

Create() 공개 메소드

public Create ( ) : Other
리턴 Other

Other() 공개 메소드

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

Other() 공개 메소드

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

Other() 공개 메소드

public Other ( Other source ) : System
source Other
리턴 System

Other() 공개 메소드

public Other ( Other source, string value ) : System
source Other
value string
리턴 System