C# Class Isop.Tests.FakeConfigurations.FullConfiguration

Inheritance: IDisposable
Afficher le fichier Open project: wallymathieu/isop Class Usage Examples

Méthodes publiques

Свойство Type Description
DisposeCalled bool

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetTypeconverter() public méthode

public GetTypeconverter ( ) : Func
Résultat Func

ObjectFactory() public méthode

public ObjectFactory ( Type type ) : object
type System.Type
Résultat object

Recognizes() public méthode

public Recognizes ( ) : IEnumerable
Résultat IEnumerable

TypeConverter() public static méthode

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

Property Details

DisposeCalled public_oe property

public bool DisposeCalled
Résultat bool