C# 클래스 Isop.Tests.FakeConfigurations.FullConfiguration

상속: IDisposable
파일 보기 프로젝트 열기: wallymathieu/isop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DisposeCalled bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
GetTypeconverter ( ) : Func
ObjectFactory ( Type type ) : object
Recognizes ( ) : IEnumerable
TypeConverter ( Type t, string s, CultureInfo c ) : object

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetTypeconverter() 공개 메소드

public GetTypeconverter ( ) : Func
리턴 Func

ObjectFactory() 공개 메소드

public ObjectFactory ( Type type ) : object
type System.Type
리턴 object

Recognizes() 공개 메소드

public Recognizes ( ) : IEnumerable
리턴 IEnumerable

TypeConverter() 공개 정적인 메소드

public static TypeConverter ( Type t, string s, CultureInfo c ) : object
t System.Type
s string
c System.Globalization.CultureInfo
리턴 object

프로퍼티 상세

DisposeCalled 공개적으로 프로퍼티

public bool DisposeCalled
리턴 bool