C# Class Zetbox.API.ImplementationType

Show file Open project: daszat/zetbox

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToInterfaceType ( ) : InterfaceType

Computes the corresponding InterfaceType

ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
ImplementationType ( Type type, InterfaceType iftFactory, IImplementationTypeChecker implTypeChecker ) : System

Wrap a given ImplementationType

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ImplementationType() protected method

Wrap a given ImplementationType
if doesn't /// fulfill all constraints if is null
protected ImplementationType ( Type type, InterfaceType iftFactory, IImplementationTypeChecker implTypeChecker ) : System
type System.Type A valid ImplementationType
iftFactory InterfaceType
implTypeChecker IImplementationTypeChecker
return System

ToInterfaceType() public abstract method

Computes the corresponding InterfaceType
public abstract ToInterfaceType ( ) : InterfaceType
return InterfaceType

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool