C# Class Illusion.BindingEngine.WeakEntry

Exibir arquivo Open project: kasicass/kasicass

Public Properties

Property Type Description
SourceProp string
SourceType System.Type
TargetProp string
TargetType System.Type

Public Methods

Method Description
Equals ( object obj ) : bool

Indicates whether this instance and a specified object are equal.

GetHashCode ( ) : int

Returns the hash code for this instance.

WeakEntry ( Type sourceType, Type targetType, string sourceProp, string targetProp ) : System

Initializes a new instance of the WeakEntry struct.

operator ( ) : bool

Implements the operator !=.

Method Details

Equals() public method

Indicates whether this instance and a specified object are equal.
public Equals ( object obj ) : bool
obj object Another object to compare to.
return bool

GetHashCode() public method

Returns the hash code for this instance.
public GetHashCode ( ) : int
return int

WeakEntry() public method

Initializes a new instance of the WeakEntry struct.
public WeakEntry ( Type sourceType, Type targetType, string sourceProp, string targetProp ) : System
sourceType System.Type Type of the source.
targetType System.Type Type of the target.
sourceProp string The source prop.
targetProp string The target prop.
return System

operator() public static method

Implements the operator !=.
public static operator ( ) : bool
return bool

Property Details

SourceProp public_oe property

public string SourceProp
return string

SourceType public_oe property

public Type,System SourceType
return System.Type

TargetProp public_oe property

public string TargetProp
return string

TargetType public_oe property

public Type,System TargetType
return System.Type