C# Class Isop.Tests.FakeConfigurations.FullConfiguration

Inheritance: IDisposable
显示文件 Open project: wallymathieu/isop Class Usage Examples

Public Properties

Property Type Description
DisposeCalled bool

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
GetTypeconverter ( ) : Func
ObjectFactory ( Type type ) : object
Recognizes ( ) : IEnumerable
TypeConverter ( Type t, string s, CultureInfo c ) : object

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetTypeconverter() public method

public GetTypeconverter ( ) : Func
return Func

ObjectFactory() public method

public ObjectFactory ( Type type ) : object
type System.Type
return object

Recognizes() public method

public Recognizes ( ) : IEnumerable
return IEnumerable

TypeConverter() public static method

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

Property Details

DisposeCalled public_oe property

public bool DisposeCalled
return bool